@charset "utf-8";
*
#GlobalGateWay {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#B3AE90;
}

#Global {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-image:url(file:///C|/Users/Tim/Desktop/Chamber2/Pictures/HomePage/GradientRepeat.jpg);
	background-repeat:repeat-x;
	
}
#Workarea {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:750px;
	height:750px;
	z-index:2;
	
}
#MovieWorkArea {
	position:absolute;
	left:136px;
	top:266px;
	width:540px;
	height:325px;
	z-index:3;
	background-color:#2f3a47;
}

#Header {
	position:absolute;
	left:139px;
	top:55px;
	width:349px;
	height:146px;
	z-index:3;
}
#EnterButton {
	position:absolute;
	left:190px;
	top:600px;
	width:405px;
	height:131px;
	z-index:3;
}

#MovieHolder {
	position:absolute;
	left:149px;
	top:280px;
	width:491px;
	height:261px;
	z-index:3;
}

#body{
	background-color:#b3ae90;
	}

/* Here is the Home Page Stuff  */

#HomePageLogo {
	position:absolute;
	left:60px;
	top:2px;
	width:650px;
	height:185px;
	z-index:3;
}
#MenuBar {
	position:absolute;
	left:108px;
	top:207px;
	width:555px;
	height:50px;
	z-index:8;
}
