


/* GENERAL STYLING */



html
{
	background:url('image/static.gif') repeat #111111;
	border:15px solid #000000;
	top:0;
	right:0;
	bottom:0;
	left:0;
	position:absolute;
}




#tr {background:url('image/tr2.png'); position:absolute; top:0px; right:0px; height:40px; width:40px; z-index:1;}
#tl {background:url('image/tl2.png'); position:absolute; top:0px; left:0px; height:40px; width:40px; z-index:1;}
#br {background:url('image/br2.png'); position:absolute; bottom:0px; right:0px; height:40px; width:40px; z-index:1;}
#bl {background:url('image/bl2.png'); position:absolute; bottom:0px; left:0px; height:40px; width:40px; z-index:1;}

#channel {color:#70f427; position:absolute; top:25px; right:25px; z-index:3; font-weight:bold; font-family:helvetica, arial; font-size:6em;}

h1 {margin:0px; padding:0px; color:#787878; font-size:40px; text-transform:uppercase; font-family: DIN-BoldRegular, helvetica, helvetica neue, arial, serif;}

.logo {background:url('image/logo.png'); display:block; text-indent:-9999px; width:639px; height:235px; z-index:9999; position:absolute; top:0px; left:0px; }

h2 {color:#787878; font-size:28px; text-transform:uppercase; margin-top:15px; margin-bottom:-19px; font-family: DIN-BoldRegular, helvetica, helvetica neue, arial, serif; font-weight:lighter;}
.text {color:#bababa; font-size:21px; font-family: DIN-BoldRegular, helvetica, helvetica neue, arial, serif;}
.text a {color:#959494; text-decoration:none; margin:0px 5px;}
.text a:hover {color:#787878; border-bottom:3px solid #787878; padding-bottom:1px;}
.text p {margin-bottom:-19px;}


@font-face {
	font-family: 'DIN-LightRegular';
	src: url('http://ryandc.co.uk/image/DINL___.eot');
	src: local('DIN-Light Regular'), local('DIN-Light'), url('http://ryandc.co.uk/image/DINL___.ttf') format('truetype');
}

@font-face {
	font-family: 'DIN-BoldRegular';
	src: url('http://ryandc.co.uk/image/DINB___.eot');
	src: local('DIN-Bold Regular'), local('DIN-Bold'), url('http://ryandc.co.uk/image/DINB___.ttf') format('truetype');
}

   
#content { 	
  position:absolute;
  height:193px; 
  width:641px;
  margin:-139px 0 0 -351px;
  top: 50%; 
  left: 50%;
  z-index:999;
  text-align: left;
  overflow: hidden;
  padding:30px;
  background:white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-box-shadow:0 3px 10px #111111;
  -webkit-box-shadow:0 3px 10px #111111;
  
}

.text {width:638px; text-align:center;}
.error {text-align:left !important;}
