 html,body{
      margin:0;
      padding:0;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size: 9px;
	  color: #96a9cc;
	  background: #fff;
	  height:100%;
   }

#main {
width:100%;
height:100%;
text-align:center;
}

#enter {
width:800px;
text-align:center;
border-top: 1px #d0d8e7 solid;
padding: 40px;
}

a, a:visited, a:active {
	color: #d0d8e7;  
	text-decoration : none;
	} 

a:hover {
	color: #bc6523;  
	text-decoration : underline; 
	} 
	

