body {
	margin: 0;
	padding: 0;
	text-align: center;
    font-family: "Times New Roman", sans;
    background: #000 url('../graphics/main_bg.jpg') top left repeat-x;
}

#container {
	width: 925px;
	margin: 0 auto;
}

#header {
	height: 170px;
    background: url('../graphics/header_bg.jpg') top left no-repeat;
}

#player {
	margin: 10px auto 0px auto;
	width: 600px;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	margin: 30px 0px 0px 0px;
	padding: 0;
}

h2 a {
	color: white;
	text-decoration: none;
}

p a {
	font-family: sans-serif;
	font-size: 24px;
	color: #b31;
}

p a:hover {
	color: #e00;
}