* {
	margin: 0px;
	padding: 0px;
}
body {
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(background.png);
	background-color: #000;
}
#wrapper {
	width: 1026px;
	margin: auto;
}
#header {
	background-repeat: no-repeat;
	background-position: 0px 2px;
	width: 100%;
	margin: 16px 0px;
	background-image: url(wordmark.png);
	height: 40px;
}
#header h1 {
	font-size: 18px;
	text-align: right;
	color: #FFF;
}
#header p {
	font-size: 14px;
	text-align: right;
	color: #E2E2E2;
}
#playerContainer {
	background-color: #000;
	width: 1024px;
	height: 598px;
	border: 1px solid #666666;
}
#error  {
	color: #E2E2E2;
	text-align: left;
	margin: 150px auto 0px auto;
	width: 640px;
}
#error p {
	margin-bottom: 16px;

}
#error h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

#error ol {
	margin-left: 50px;
	margin-bottom: 16px;
}

#error a {
	color: #64B9FF;
	text-decoration: none;
}
#error a:hover {
	text-decoration: underline;
}
#player p {
	margin-top: 250px;
	margin-bottom: 250px;
	color: #E2E2E2;
}



#footer {
	font-size: 11px;
	margin: 16px auto 0px auto;
	width: 60%;
	clear: both;
	color: #999;
}
