/* CSS Document */

body {
	margin-top:90px;
	margin-left: 0px;
	background-image: url(images/bkg.jpg);	
}


#frame {
	width:626px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:center;
	
	border: 2px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/loading-screen.gif);
	background-repeat: no-repeat;
	height: 411px;
	}
	
	
	#frame a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
	#frame a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}
	#bottom{
	width:626px;
	height:15px;
	background-color: #666666;
	}