body {
	margin: 				0px;
	background-color:	#000000;
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-weight: 		normal;
	color: 				#EAEAEA;
}

table {
	background-color:	#000000;
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-weight: 		normal;
	color: 				#EAEAEA;
}

#mainContainer {
	width:				100%;
	height: 				100%;	
}

#logoContainer {
	width: 				540px;
	height: 				150px;
	background-image: url(../images/layout/Logo.png);
	background-repeat: no-repeat;
}

#contentDivider {
	width:				100%;
}

#contentContainer {
	color: 				#EAEAEA;
}

#contentContainer a {
	color: 				Red;
	text-decoration: 	none;
}

#contentContainer a:hover {
	color:				Red;
	text-decoration: 	underline;
}

#menuContainer {
	padding:				2px;
	width: 				149px;
}

#mainImageContainer {
	position:			absolute;
	left:					0px
	bottom:				0px;
	width:				632px;
	height: 				523px;
	background-image: url(../images/layout/MainpageBG.png);
}