@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/template/light_green_velvet_background.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.cenacola #container {
	position:relative;
	z-index:0;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFCC99;
}

.cenacola #head {
	position:absolute;
	z-index:1;
	background-image:url(../images/template/red_texture_background.jpg);
	background-repeat:repeat;
}

.cenacola #foot {
	position:absolute;
	z-index:1;
	background-image:url(../images/template/red_texture_background.jpg);
	background-repeat:repeat;
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
	padding-top:6px;
	padding-right:15px;
}


.cenacola #logo {
	position:absolute;
	z-index:2;
}

.cenacola #horizontal_divider_top {
	position:absolute;
	z-index:1;
	left: 0px;
}


.cenacola #horizontal_divider_bottom {
	position:absolute;
	z-index:1;
	left: 0px;
}

.cenacola #cssmw {
	position:absolute;
	z-index:5;
}


.cenacola #indexImg {
	position:absolute;
	z-index:2;
	border:2px solid #cc6633;
}

