/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #000;
	background-image:  url(../images/mainback2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #fff;
	}
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#maincontainer {
	width: 930px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	}
	
#contentcontainer {
	width: 930px;
	height: 240px;
	margin: 650px auto 0px auto;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	position: absolute;
	}

.enterherebutton {
	width: 307px;
	height: 95px;
	margin: 525px 0px 0px 500px;
	padding: 0px;
	position: absolute;
	z-index: 50;
	}