body {
	margin: 0px;
	text-align: center;
	padding:0 0 <length> 0;
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEEEEF;
}
#todo {
	width:742px;
	text-align: left;
	margin: auto;
}
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
#wrapper, #nonfooter {
	position: relative;
	min-height: 100%;
	z-index: 10;
}
* html #wrapper,#nonfooter {
	height: 100%;
}

#content {
	clear: both;
	height: auto;
	margin: 10px;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 35px;
}

#footer {
	position: relative;
	clear: both;
	vertical-align: middle;
	z-index: 101;
	background-image: url(images/fondo_piepag.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: -43px;
*	margin-top: -31px;	
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#footer div {
	left: auto;
	right: auto;
	text-align: center;
}

 #footer img {
	*margin-top: 4px;
}

