body {
	margin: 0px;
	background: #232323;
	background-color: rgb( 48, 166, 228 );
	font-family: verdana;
	font-size: 12px;
	color: white;
} a {
	font-family: verdana;
	font-size: 11px;
	color: white;
	text-decoration: none;
} a:hover {
	color: #AAA;
}
#Header {
	background: #232323;
	height: 40px;
	border-bottom: 1px solid #616161;
} .MenuItem {
	padding: 0px 12px 0px 12px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	border-left: 1px solid #666;
	float: right;
	margin-top: 10px;
	cursor: pointer;
} .MenuItem:hover {
	color: #AAA;
}
#BBack {
	padding-top: 60px;
	background-image: url('../Images/Background.png');
	background-repeat: repeat-x;
	margin-bottom: 150px;
} #Content {
	height: 490px;
	width: 900px;
	margin: 0 auto;
	background-image: url('../Images/BodyBG.png');
}
	#Top, #Bottom {
		background-image: url('../Images/Top.png');
		background-repeat: repeat-x;
		height: 40px;
	} #Bottom {
		background-image: url('../Images/Bottom.png');
	}
#OuterSect {
	min-height: 100%;
	width: 100%;
	position: absolute;
	display: block;
}

#BBottom {
	position: absolute;
	height: 40px;
	padding-top: 10px;
	border-top: 1px solid black;
	bottom: 0px;
	background: #232323;
	width: 100%;
}
#Centered {
	text-align: center;
}
#Centered img {
	height: 80px;
	opacity: 0.5;
	margin-right: 15px;
	border: 1px solid black;
} #Centered #MainCar {
	height: 250px;
	margin: 0 auto;
	opacity: 1;
	border: 6px solid #444;
	display: inline;
} #Centered #Active {
	opacity: 1;
}
