html, body {
	padding:0px;
	margin:0px;
	background-color:#000;
	
	color:#CCC;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	width:100%;
	height:100%;
}


div#pageWrap {
	position:absolute;
	width:700px;
	z-index:100;
	left:50%;
	margin-left:-350px;
}


div#logo {
	width:400px;
	margin:auto;
	margin-top:10px;
}

div#videoEmbed {
	margin:0 auto;
	margin-top:10px;
	height:300px;
	width:570px;
}

div#areaSelect {
	margin-top:15px;
}

a:link {
	text-decoration:none;
	color:#999;
}

a:visited {
	text-decoration:none;
	color:#B09F45;
}

div#footer {
	text-align:center;
	margin-top:10px;
}
object { outline:none; }