body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#text {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

#shell {
	position: absolute;
	left: 0px;
	top: 0px;	
	width: 860px;
	height: 640px;
	margin: 0;
	padding: 0;
	z-index: 1;
	text-align: left;
	overflow: hidden;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 860px;
	height: 114px;
	margin: 0;
	padding: 0;
	z-index: 1;
	text-align: left;
	overflow: hidden;
}

#nav {
	position: absolute;
	width: 186px;
	top: 114px;
	left: 0px;
	margin: 0;
	padding: 0;
	z-index: 3;
	text-align: left;
}

#main {
	position: absolute;
	top: 114px;
	left: 186px;
	width: 674px;
	height: 527px;
	z-index:2;
	text-align:left;
}

#gallery {
	position: absolute;
	top: 36px;
	left: 119px;
	width: 471px;
	height: 435px;
	z-index:4;
	text-align:left;
}

#trailer {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 674px;
	height: 300px;
	z-index:4;
	text-align:center;
}

#regform {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 510px;
	height: 300px;
	z-index:4;
	text-align:left;
}

#gallerynav {
	position: absolute;
	top: 414px;
	left: 128px;
	width: 150px;
	height: 30px;
	z-index:5;
	text-align:left;
}

#topborder {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	top: 114px;
	left: 0px;
	width: 860px;
	height: 1px;
	background-color: #FFFFFF;
	z-index: 10;
}

#leftborder {
	position: absolute;
	margin: 0;
	border: 0;
	top: 114px;
	left: 186px;
	width: 1px;
	height: 526px;
	background-color: #FFFFFF;
	z-index: 10;
}
