@charset "utf-8";
/* CSS Document */

#html, body {
  height: 100%;
font: 14px/normal sans-serif, Tahoma, Arial, Helvetica;
margin:0px;
background:url(BG.jpg) fixed center; 
}




#wrap {
  position: absolute;
  z-index:99;
  height: 550px;
  margin-top: -275px;
  top: 50%;
   width: 1000px;
  margin-left: -500px;
  left: 50%;

  
background:none repeat scroll 0 0 #fff;
border:1px solid #999999;
border-radius:15px 15px 15px 15px;
box-shadow:0 0 10px #333333,1px 1px 200px #bcbcbc inset;
text-shadow:1px 1px 0 #ffffff; opacity:1;
text-align:center;
}


#content{height:530px; width:990px; margin: 10px 0 0 5p; }


h1{font-size:29px;font-family:georgia; font-weight:normal; color:#777;
padding:0;margin:0;}

h2{font-size:19px;font-family:georgia; font-weight:normal; color:#777;
padding:0;margin:0;}

.dark{color:#222;}

h3{font-size:30px;font-family:georgia; font-weight:normal;
padding:0;margin:0;}

.sm{font-size:10px;}

a:link, a:visited{
	color:#F93;
	text-decoration:none;
}

a:hover, a:focus{
	color:#FC0;
	text-decoration:underline;
}