html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px}

#xcontainer {
	position:absolute; 
	top:50%; 
	left:50%; 
	width:750px;
	height:469px;
	margin:-234px 0 0 -375px;
} 
.standby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mensaje {
	width: 200px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #63A4D7;
	padding-left: 5px;
}

