* {margin:0; padding:0;}
html, body {
	background-color:#000;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	overflow:hidden;
	color:#444;
	font-family: Verdana, Times New Roman, Arial;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	/* text-transform: normal; */
	letter-spacing: normal;
	line-height: 1.5em;
}

#todo{
position: absolute;
left: 0;
top: 0;
width:100%; 
height:100%;
color: #f00;
text-align:center;
overflow: auto;
/* background-attachment: fixed;
background-color: #000;
background: url(imagenes/fondoafterianos.jpg) no-repeat center; */
}
#todo img{
 display: block;
 margin: auto;
}