/*------------------------------------------------------------------------------
Stylesheet for Site Entry 
------------------------------------------------------------------------------*/

html {
	background: #645e5e;
	padding: 20px;
}

#mainContainer {
}
#mainContent {
}

#body#sitePage {
	background: black;
	width: 528px !important;
	margin: 0 auto;

}
#sitePage #mainContainer {
	width: 528px;
	height: 607px;
	background: black url(images/front-page.jpg) no-repeat center;
	margin: 0 auto;
}

#sitePage #mainContent {
	padding-left: 234px;
	padding-top: 430px;
}

#siteEntry a:link, #siteEntry a:visited, #siteEntry a:hover, #siteEntry:active {
	text-decoration: none;
	background: black;
	color: white;
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: bold;
}
#siteEntry a:hover {
	text-decoration: underline;
	font-weight: bold;
}

