body{
min-height:100%;
min-width:100%;
font-family:light,sans-serif;
color: #fff;
text-decoration:none;
font-size: 18px;
background-color:#000;
}
a{
color: #fff;
text-decoration:none
}
a:visited{
color:#fff;
}
script1{
background-color:#000;
color:#000;
}
#noscript{
font-size: 50px;
color:red;
}
@h1{
font-size: 34px;
}
@h2{
font-size: 24px;
}
@font-face{font-family:'light'; 
src:url('Sansation_Light-webfont.eot'); 
src:url('Sansation_Light-webfont.eot?#iefix') 
format('embedded-opentype'),
url('Sansation_Light-webfont.ttf') 
format('truetype');
}

#content{
position:absolute;
margin:0 auto;
padding-top: 25px;
padding-left: 15px;
text-align:left;
width: 25%;
}

#grey{
position:absolute;
min-height:100%;
min-width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.85+0,0.8+15,0.7+30,0.5+40,0+50 */
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.8) 15%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.85)), color-stop(15%,rgba(0,0,0,0.8)), color-stop(30%,rgba(0,0,0,0.7)), color-stop(40%,rgba(0,0,0,0.5)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,0.7) 30%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,0.7) 30%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,0.7) 30%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.8) 15%,rgba(0,0,0,0.7) 30%,rgba(0,0,0,0.5) 40%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#overlay{
position:absolute;
min-height:100%;
min-width:100%;
background-image:url('overlay.png');
}


#logo{
position:absolute;
min-height:10%;
min-width:10%;
left:60%;
top:10%;
margin:0 auto;
}

#Infobar{
font-size:13px;
color: #fff;
padding:10px;
height:10px;
width:100%;
bottom:0;

}


#footer{
font-size:13px;
color: #eee;
padding:10px;
height:11px;
width:100%;
position:fixed;
bottom:0;
}

