body {
    background-color:#ee1c25;
    background: url(images/fondo.jpg);   	
}


#contenedor {
  	width: 950px;
    height: 590px;
	position:relative;
	display: block;
}

#footer a{
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover{
    color: #ffe401;
    text-decoration: none;
}

#footer {
  	width: 950px;
    height: 20px;
	position:relative;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
	color:#FFFFFF;
	text-align: center;
}

