/* reset css */
* {font-size:100.01%}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
img {display:block;}


/* clearfix */
.clearfix:after { content: ".";  display: block;  clear: both;   visibility: hidden;  line-height: 0;  height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix {    height: 1%; }


body

{
height:100%;
background:#000 url(../bg.jpg) repeat center top;
color:#F2DC4A;
font-family:Arial, Helvetica, sans-serif;
font-size:14px; 
line-height:20px;
}

h1,h2,h3,h4{font-family:Georgia;}
.wrap{min-height:768px; width:740px; padding:20px; margin:0 auto;   }

a{color:#F2DC4A;}

h1 span{float:right; font-size:12px; color:#999; font-family:arial, verdana; font-weight:normal;}
h1{font-size:22px; letter-spacing:-0.5px;   padding:30px 0 30px 0;  }


#footer{color:#aaa;}
#footer a{color:#ccc;}
