﻿/* CSS layout */
#header {
	height: 285px;
	position: relative;
}
#mainMenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#pageContent {
	padding: 10px;
	background-color: #FFFFCC
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#centeredBG {
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1000px;
	min-height: 593px;
	background-image: url('images/ruins2.JPG');
}

