@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(../images/splashback.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: times;
	font-size: 12px;
	color: #ccc;
}

p{ 
margin: 0px;
padding: 0px;
}
img, a {
border: 0px;
}
#maincontainer {
	width: 990px;
	margin: 0 auto;
	}
	
#copyright {
	top: 840px;
	width: 650px;
	height: 120px;
	padding: 0px;
	margin: auto;
	position: relative;
}

.flashvideo {
	position: absolute;
	z-index: 100;
	width: 560px;
	height: 315px;
	margin-top: 250px;
	margin-left: 485px;
}

.enterbutton {
	position: absolute;
	z-index: 101;
	width: 200px;
	height: 50px;
	margin-top: 736px;
	margin-left: 790px;
}

