body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#ma {                /* All browsers */
 background-image: url(xxxx_4.jpg)
}

* html #ma {     /* Only IE */
 background-image: url(xxxx_2.jpg)
}

#pie_creditos
{
	widht: 200px;
	left: 50%;
	margin-left: -160px;
	z-index: 3;
	position: absolute;
	top: 625px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#pie_clientes
{
	widht: 200px;
	left: 50%;
	margin-left: -50px;
	z-index: 3;
	position: absolute;
	top: 650px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a
{
	color: White;
}