body {
	background-color: #f3f4f6;
	text-align: justify;
	height: 100%;
}

#mainDiv {
	width: 750px;
	margin: auto;
	background-color: #000000;
	border: 1px solid #000000;
}


#headerImage {
	width: 750px;
	height: 175px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #000000;
	position: relative;		
}

#headerImage img {
	display: block;
}

#homeNav {
	width: 750px;
	height: 15px;
	margin-top: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	background-color: #000000;

	text-align: right;
	line-height: 12px;
	position: relative;
}

#homeNav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

	position: relative;
	bottom: 0px;
	right: 12px;
}

#homeNav a:hover {
	color: #CCCCCC;
}

#mainContent
{
	height: 100%;
	width: 750px;
	margin: auto;
	background: url('../images/bgmain.png') repeat-y #FFFFFF;
}