html,body {
	margin:0px;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-color: #642506;
	overflow:hidden;
	height:100%;
	width:100%;
}

img{
	border:0px;
}
#pie{
	position:relative;
	width:956px;
	background-color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#CCCCCC;
	margin: 420px auto 20px auto;
	border:2px solid #666666;
	padding: 1em 0px 1em 0px;
	text-align: center;
	z-index:4;
}
#pie a{
	text-decoration:none;
	color:#FFFFFF;
}
#pie a:hover{
	text-decoration:none;
	color:#FF9900;
}
