body {
	margin: 0px;
	text-align: center;
	padding:0;
	background-color: #FFF;
	background-image: url(images/fondo.gif);
*	background-image: url(images/fondoie.gif);	
	background-repeat: repeat-x;
	background-position: top;
}
#todo {
	width:1000px;
	text-align: left;
	margin: auto;
}
* {
	margin: 0px;
	padding: 0px;
}
html, body {
*	margin-top:-10px;	
	height: 100%;
	width: 100%;
}
#wrapper, #nonfooter {
	position: relative;
	min-height: 100%;

*	background-image: url(images/iefooter.gif);
*	background-repeat: repeat-x;
*	background-position: bottom;

}
* html #wrapper,#nonfooter {
	height: 100%;
}

#content {
	clear: both;
	height: auto;
	margin-top: 0px;
	margin-bottom: 35px;
	z-index: 1;
}

#footer {
	position: relative;
	clear: both;
	vertical-align: middle;
	z-index: 1;
	margin-top: -43px;
*	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #f0f0f1;
}
#footer div {
	left: auto;
	right: auto;
	text-align: center;
*	margin-top: -42px;
}

#footer img {
*	margin-top: -4px;
}