@charset "utf-8";

body{
	
	background-color:#000000;
	line-height:18px;
	margin:0 auto 0 auto;
	
}a{

	font-family:Georgia;
	font-size:14px;
	font-weight:normal;
	color:#b1ccfe;
	text-decoration:none;
	text-transform:uppercase;
	line-height:18px;
	
}a:hover{

	font-family:Georgia;
	font-size:14px;
	font-weight:normal;
	color:#043fa5;
	text-decoration:underline;
	text-transform:uppercase;
	line-height:18px;
	
}td{

	font-family:Georgia;
	font-size:14px;
	color:White;
	text-decoration:none;
	line-height:18px;
	
}h1,h2,h3{

	font-family:Arial;
	color:White;
	text-transform:uppercase;
	
}a.small,td.small{

	font-size:11px;
	
}select{

	font-family:Georgia;
	font-size:14px;
	color:Black;
	text-decoration:none;
	
}input{

	font-family:Georgia;
	font-size:14px;
	color:Black;
	text-decoration:none;

}img.bg{
	min-height:100%;
	min-width:1024px;
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;

}@media screen and (max-width: 1024px){
	img.bg {
		left:50%;
		margin-left:-512px;
		}

}#page-wrap{
	position:absolute;
	left:10px;
	width:900px;
	margin:40px;
	padding:10px;
	background:Black;
	border-color:#043fa5;
	border-style:solid;
	border-width:4px;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	-moz-box-shadow:0 0 20px black;
	-webkit-box-shadow:0 0 20px black;
	box-shadow:0 0 20px black;

}