@charset "utf-8";

#container {
	width: 800px;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #CC9966;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	height: 594px;
	z-index:0;
}



#mainContent {
	background-image:url(../images/index/cennaHomeBackGround.jpg);
	position:absolute;
	z-index: 2;
	width: 800px;
	left: 0px;
	top: 0px;
	height: 532px;
	visibility: visible;
	
}

#footerServing {
	position:absolute;
	background-color:#330000;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#CC9966;
	text-align:right;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	border-bottom-color:#CC9966;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top-color:#CC9966;
	border-top-style:solid;
	border-top-width:2px;
	left: 0px;
	top: 533px;
	width: 790px;
	z-index: 50;
	visibility: visible;
}

#footerAddress {
	position:absolute;
	background-color:#336666;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	color:#FFFFFF;
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	left: 0px;
	top: 569px;
	width: 790px;
	z-index: 49;
	visibility: visible;
}

