BODY
{
	color: white;
}

.wall{
	width: 100%;
	height: 100%;
	padding:0;
	margin:0;
	z-index:700;
}

.page
{
	position: absolute;
	left: 50px;
	top: 0px;
	width: 900px;
	height: 100%;
	z-index:900;
}

.feature
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index:1000;
}

.background
{
	position:absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/hall_bkg_w2.jpg) no-repeat fixed left bottom;
	z-index:10;
}



a .screens
{
	border: 0px groove #fef600;
}

.shadows{
	width: 100%;
	height: 90%;
	padding-left: 0px;
	z-index:10000;
	background: url('images/shadow_up.png') repeat-x center bottom;
	overflow: hidden;
	border-style: none;
	border-width: 0;
	position:absolute;
}

.rollover
{
/*130x72*/
/*position:absolute;*/
top:300px; width:140px; /*1000 divided by number of links*/
float:left;
height:36px;
overflow:hidden;
}

.rollover IMG:hover
{
margin-top:-36px;
}

.sidebar {
display: none;
position:absolute;
width: 300px;
left: 0;
height: 2300;
float:left;
z-index: 5;
background: url(images/gmwallpaper-tile-green.png) repeat-y;
}

.header
{
	display: none;
z-index:5000;
width:1000px;height:36px; background-color: #000;
}

.movie
{
background: url('images/shadow_down.png') repeat-x center top;
width: 100%;
height: 100%;
z-index: 50;

}

.trailer
{
	position:relative;
	top: 147px;
}

A:hover, TD A:hover
{
color:#ff0000;
}

A, TD A
{
text-decoration:none;
}

I
{
color:#F8F8D6;
}
 	
#bigtext
{
font-size: 80px;
color:#101400;	line-height: 60px;	text-shadow: #000000 5px 5px 5px;	text-align: justify;}

#mediumtext
{
font-size:16px;
}


.frontpage1{
	padding: 3px;
	font: 14px/44px "Courier New", Courier, mono;
	color: #fdf02d;
	background-color: #121212;
	letter-spacing:1px;
	border: 1px inset #404040;
	line-height:30px;
}

.frontpage2{
	font: italic 17px/25px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-shadow: #ba0000 3px -2px 2px;
	border: 1px ridge #fdf02d;
	padding: 2px 8px;
	opacity: 1;
}

.frontpage3{
	text-shadow: #000 3px 5px 2px;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	opacity: 0.93;
}
.update{
	position:absolute; left:30px; top:85%; width:200px; height:100px;
	z-index: 1000;
}


