body
{
	font-family:Lucida Grande, Verdana, sans-serif;
	font-size:12px;
	background-color:rgb(17,17,17);
	color:white;
	margin:10px 10px 50px 10px;
}

div#header 
{
	height:30px;
	margin-bottom:50px;
}

div#header h1#logo
{
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	width:183px;
	height:20px;
	background:url(../images/logo_small.png) no-repeat;
	margin:5px;
}

div#header h2
{
	float:right;
	font-size:1.2em;
	line-height:30px;
	margin:0;
	text-transform:uppercase;
}

div#header a
{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background-color:rgb(64,64,64);
	color:black;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:3px;
}
div#header a:hover
{
	background-color:white;
}

div#content
{
	margin:0 auto;
	color:rgb(192,192,192);
}
div#content h3 { text-transform:uppercase; font-size:1.1em; line-height:2em; border-bottom:1px solid; margin-top:50px; }
div#content p { line-height:1.5em; }
div#content a { color:white; text-decoration:none; border-bottom:1px solid rgb(192,192,192); }
div#content a:hover { border-color:white; }

div.player
{
	clear:both;
	border:2px solid rgb(64,64,64);
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:720px;
	background:rgb(32,32,32) url(../images/playbutton.png) no-repeat center center;
	margin:0 auto 50px;
}

div.player a
{
	display:none;
}