#globalContainer
{
	width: 1024px;
	height: 768px;
	position: absolute;
	left: 50%;
	margin: 10px 0px 0px -512px;
	background-color: #e5ebe4;
}
#menuContainer
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 231px;
	height: 393px;
	padding: 375px 0px 0px 0px;
	background-image: URL('../images/menuBackground.png');
}
#header
{
	position: absolute;
	left: 231px;
	top: 0px;
	width: 793px;
	height: 224px;
	background-image: URL('../images/header.png');
}
#contentContainer
{
	background-image: URL('../images/contentBackground.png');
	position: absolute;
	left: 231px;
	top: 224px;
	width: 741px;
	height: 460px;
	padding: 20px;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	color: #FFFFFF;
}
#contentContainer p
{
	margin: 10px 10px 10px 0;
}
.contentHeader
{
	position: absolute;
	top: -50px;
}
#footer
{
	position: absolute;
	left: 231px;
	bottom: 0px;
	width: 793px;
	height: 94px;
	padding: 50px 0 0 0;
	background-image: URL('../images/footer.png');
}
.menuButton
{
	display: block;
	width: 218px;
	height: 31px;
	padding: 0 0 7px 0;
	font-size: 0px;
}
#homeButton
{
	position: absolute;
	width: 228px;
	height: 360px;
	top: 0px;
}