*  {
	margin: 0px;	
	padding: 0px;
}
body {
	background-color:#000;
	background-image:url(../img/fondo_gris.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height:100%;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
html{
	margin:0px;
	height:100%;
}
#todo {
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	text-align:center;
	margin-top:0px;

}
#degrade {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../img/fondo_degrade.jpg);
	background-position:left;
	background-repeat:repeat-y;
	height: 100%;
	padding-top:5px;
}

