html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #65602F;
	background-color: #65602F;
	background-image: url(canticos_cmbg.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-image: url(canticos_cmtop.jpg);
	background-repeat: no-repeat;
	height: 450px;
}
#mid {
	height: 510px;
	background-image: url(canticos_cmmid.jpg);
	background-repeat: no-repeat;
}
#menu {
	float: left;
	height: 430px;
	width: 135px;
	padding-top: 40px;
	padding-left: 160px;
}
#poesias {
	width: 340px;
	float: right;
	padding-top: 60px;
	padding-right: 148px;
}
#bottom {
	background-image: url(canticos_cmbottom.jpg);
	background-repeat: no-repeat;
	height: 107px;
}
#copyright {
	font-size: 10px;
	color: #ECE1B3;
	height: 100px;
}
#counter {
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
