body {
	background-color: #7F87C2;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

#splash {
	background-color: #BCBEC0;
}

#splash .content {
height:100px;
	left:25%;
	margin-top:-50px;
	padding:0;
	position:absolute;
	top:50%;
	width:auto;
}

.msgErrorJs {
	position: absolute;
	color: #7F87C2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	width: 300px;
	height: 50px;
	left: 50%;
	margin: 20px;
	margin-left: -170px;
	padding: 20px 20px 20px 20px;
	
	background:#FFFFFF;
}

.msgErrorJs a, .msgErrorJs a:link, .msgErrorJs a:visited {
 color: #FF0000;
}
