/* CSS Document creado por Edwin Carbajal para Kukupu.com todos los derechos reservados 2007 
si usa todo o parte del código favor mantener los creditos. cualquier cosa pregunten edercaz@gmail.com */

body {
	width: auto;
	height: auto;
	margin:0px;
	background-image:url(images/fondo.jpg);
	background-color:#000000;
	background-position:top center;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	min-height:800px;
	}

 #content {
 height: 100%;
 min-height: 100%;
 text-align: center;
 /*hack de max-width para Explorer que no comprende la propiedad css */
 width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");
 max-width: 1000px;
 margin: 0 auto;
 }


#mensaje {
	width:385px;
	height:342px;
	float: left;
	position:relative;
	z-index:3;
	margin-top:-1.5em;	
	}


