@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
}
#splash {
	position:absolute;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-250px;
	height: 500px;
	width: 500px;
}
#footer2 {
	bottom: 0px;
	position: fixed;
	width: 100%;
	font-family:"Segoe UI", Calibri, Tahoma;
	font-size:10px;
	color:#000000;
	text-align:center;
	padding:10px 0px;	
}
#footer2 a {
	text-decoration:none;
	color:#7ACF47;
	font-weight:bold;
}
#footer2 #pow {
	color:#2776CD;
	font-weight:bold;	
}