.top {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 171px;
}
.footer {
	background-image: url(footer.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E6E4D0;
}
.centro {
	background-image: url(centro.png);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	background-color: #CCCAA1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 22px;
	color: #372418;
	margin: 0px;
	padding: 0px;
}

#menu {
	position:absolute;
	left:106px;
	top:73px;
	width:210px;
	height:418px;
	z-index:1;
}
