body {
	margin:0;
	padding:0;
	width: 100%;	
	background-color:#000;
	height:auto !important;
	height:100%;
	min-height:100%;
	}
	
#global {
	width: 960px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	height:640px;
	margin-top:50px;
}

#header {
width: 641px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

#logo {
width: 233px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

#header h1 {
	position: relative;
	margin:0;
	padding:0;
}

#header h1 a{
	height:114px;
	width:233px;
	overflow:hidden;
	display:block;
}

#flash {margin-top:36px;margin-bottom:20px; position:relative;}
#flash .vjs-controls { display:none; position:absolute; left:-9999px; width:0px;}

#enter {
margin-top:13px;
	position: relative;
	float:right;
}
#enter a {
	display:block; text-decoration:none; color:#FFFFFF; font-size:24px; font-family:"Courier New", Courier, monospace;
}
#enter a:hover { color:#E3001B;
	text-decoration:underline;}

#social {
	height: 30px;
	width: 110px;
	position: relative;
	float:left;
	margin-top:10px;
}

#social ul {
margin:0;
padding:0;
}
#social li {
margin:0;
padding:0;
list-style:none;
float:left;
}

#social a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:30px;
	width:30px;
	padding:0;
	background-image: url(../images/interface/social.jpg);
	background-repeat: no-repeat;
}

#social a.facebook {background-position: left top;margin-right:10px;}
#social a.facebook:hover {background-repeat: no-repeat; background-position: left -30px;}
	
#social a.myspace {background-position: -40px top; margin-right:10px;}
#social a.myspace:hover {background-repeat: no-repeat; background-position: -40px -30px;}

#social a.twitter {background-position: -80px top;}
#social a.twitter:hover {background-repeat: no-repeat; background-position: -80px -30px;}
	
