body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#contentwrap {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	z-index: 1;
}

#content {
	position: absolute;
	top: -130px;
	left: 0px;
	width: 100%;
	height: 260px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	z-index: 2;
}

#main {
	font-size: 10px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 800px;
	height: 500px;
	margin-left: -400px;
	background-color: #233E45;
	z-index: 4;
	background-image: url(../images/bgW.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#mainBg {
	font-size: 10px;
	position: absolute;
	top: -255px;
	left: 50%;
	width: 810px;
	height: 510px;
	margin-left: -405px;
	background-color: #222222;
	z-index: 3;
}

#hideLeft {
	position: absolute;
	top: -125px;
	left: 50%;
	width: 5px;
	height: 250px;
	margin-left: -405px;
	background-color: #233E45;
	z-index: 5;
}

#hideRight {
	position: absolute;
	top: -125px;
	left: 50%;
	width: 5px;
	height: 250px;
	margin-left: 400px;
	background-color: #233E45;
	z-index: 6;
}

#content p{
	margin: 0px;
	padding: 0px;
}
a {
	color: #222222;
	text-decoration: none;
}

