@charset "utf-8";
/* CSS Document */

body,html { 
	height:100%;
	margin:0;
	background-color:#c4e1eb;
   }

#MainTable {
	color:#FFF;
}

.box {
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:350px;
	margin-left:-450px;
	margin-top: -175px;
	color:#fff;
	font-weight:bold;
	padding:0;
}

.box2 {
	position:absolute;
	left:50%;
	width:900px;
	height:auto;
	margin-left:-450px;
	color:#fff;
	font-weight:bold;
	padding:0;
}

hr { color:#000cff; border:1px solid #000cff; }

	
a {
	text-decoration:none;
	border:0px;
}

