html, body {
	height: 100%;
	margin: 0;
}

body {
	background: #666666/*#d7d7d7*/;
	position: relative;
	min-width: 512px;
	min-height: 384px;
}

h1 {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#contenido {
	position: absolute;
	width: 512px;
	height: 384px;
	top: 50%;
	left: 50%;
	margin-top: -191px;
	margin-left: -256px;
}

/*[if IE 6.0]*/
#contenido {
	top: expression(document.body.clientHeight < 385? "0px" : "50%");
	margin-top:expression(document.body.clientHeight < 385? "0px" : "-191px" );   
	left:expression(document.body.clientWidth < 513? "0px" : "50%" );   
	margin-left:expression(document.body.clientWidth < 513? "0px" : "-256px" );
}
/*[end if IE 6.0]*/

#img_monky {
	/*background: url(../img/logo_chango.jpg) no-repeat center;*/
	width: 512px;
	height: 384px;
}