body {
	margin: 0px;
	background-color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 100%;
	height: 100%;
}
html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
}
#top {
	width:200px;
	height:80px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
#content {
	top:50%;
	position: absolute;
	margin-top:-200px;
	height:470px;
	width:100%;
}
#logo {
	float:left;
}
#player {
	float:right;
	margin-top:-73px;
}
.button {
	margin-top: 15px;
	border: none;
	
}
h2 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}
.icon {
	margin-right: 5px;
	vertical-align: middle;
	border: none;
}
p {
	margin: 0 0 3px 0;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#main {
	width: 260px;
	height: 400px;
	margin-left: -140px;
	margin-top: -200px;
	position: absolute;
	left: 50%;
	top: 50%;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;	
}
a:hover {
	color: #999999;  
}