
body {
	background: url(http://www.brentsimmons.com/images/background.jpg) repeat-x;
	font-family:"trebuchet ms","Lucida Grande","bitstream vera sans",verdana,arial;
	text-align:center;
}

#page {
	width:800px;
	margin:50px auto;
	text-align: center;
	font-size: 14px;
	color: #949d70;
}

#player {
	width: 600px;
	height: 355px;
	border: solid 1px #949d70;
	margin: 0px auto;
	padding: 10px;
}

#player.low {
	width: 508px;
	height: 360px;
	border: solid 1px #949d70;
	margin: 0px auto;
	padding: 10px;
}

h1, h2 {
	color:#949d70;
	margin-bottom: 10px;	
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#949d70;		
}

