/*ESTILOS GENERALES------------------------------------------------------------ */

body {
	margin:0;
	padding:0px;
	background-color:#000000;
	background-position:top;
	color:#878383;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 100%; 
	width: 100%;
	background-image:url(../images/bg-playboy-casting.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


/*CENTRADO DE TODA LA PAGINA---------------------------------------------------- */

#centrado {
	position:absolute;
	width:900px;
	left:50%;
	top:0px;
	margin-left:-450px;
	/*margin:0 auto;
	width:750px;*/
}
