@charset "utf-8";
@import "menu.css";
@import "text.css";

/* CSS Document */
body {
	margin:0px;
	margin-top:15px;
	padding:0px;
	background-color:#666666;
}

#container {
	position:absolute;
	left:50%;
	margin-left:-387.5px; /* horizonal align */
	width:775px;
	min-height:592px;
	background-color:#3573a5;
	background-image:url(../Images/cav-background.jpg);
	background-position:top;
	background-repeat:no-repeat;	
}

#header {
	height:80px;
	margin:0px;
	padding:0px;
}

#content {
	padding:0px;
	margin:0px 35px;
	margin-bottom:50px;
}


#footer {
	height: 32px;
	position: absolute; right: 0px; bottom: 0px;
	clear:both;
	margin:0px;
}