#loaderCentered {
	position: absolute;
 	top: 50%;
 	left: 50%;
 	width:1024px;
 	height: 768px;
 	padding:0px;
 	margin-left:-512px;
 	margin-top:-384px;
 	border:1px solid #000000;
 	color: #ffffff;
 	text-align: center; 	
 	background-image: url('../images/loadinfo.gif');
 	background-position: center;
 	background-repeat: no-repeat;
}


.centered {
	position: absolute;
 	top: 50%;
 	left: 50%;
 	width:800px;
 	height: 600px;
 	padding:0px;
 	margin-left:-400px;
 	margin-top:-350px;
 	border:1px solid #000000;
 	color: #ffffff;
 	text-align: center;
}
