/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width: 100%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
html{
	width: 100%;
	}
a:link {

	color: #FFFFFF;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #CCCCCC;

}

a:hover {

	text-decoration: underline;

	color: #666666;

}

a:active {

	text-decoration: none;

	color: #FFFFFF;

}
p{
	line-height: 1.1em;
	margin: 3px;
	padding: 3px;
	}
#container{
	width: 800px;		
	margin: 0px auto;
}
#player{
	margin: 20px 0;
	}
#header{	
	height: 50px;
	width: 800px;
	text-align: left;
	padding: 30px 0;
	background: url('http://www.theendwillbekicks.com/img/logo-10.jpg') no-repeat top right; 
	}
	