body {
	background: #696353 url(images/bg.jpg) repeat-x;
	color: #FFF;
	font-family: Arial, Helvetica;
	font-size: 77%;
}
a { outline: none; }
a:link, a:visited {
	color:#FFCC33;
	text-decoration: none;
}
a:hover, a:active {
	color:#FFCC33;
	text-decoration: underline;
}
#container {
	width: 900px;
	margin: 0 auto;
	height: 600px;
	text-align: center;
	position: relative;
}
#header {
	background: url(images/header.jpg) top center no-repeat;
	width: 900px;
	height: 330px;
	margin-top:48px;
}
#cdpanel {
	background: url(images/cd-panel.gif) no-repeat;
	width: 860x;
	height: 345px;
	margin-top: 20px;
	padding: 15px 0 0 310px;
}

h2 {
	color: #FFF;
	font-family: "Trebuchet MS", Trebuchet;
	font-weight: normal;
	font-size: 22px;
	margin: 0;
}

.buttoncol {
	font-size: .8em;
	float: left;
	width: 150px;
	height: 300px;
	margin-top: 8px;
}

.buttoncol h2 {

	font-size: 2em;
	color: #FFF;
	margin: .5em 0;
}

h2.mp3icon {
	padding-top: 70px;
	background: url(images/icon_mp3.gif) top center no-repeat;
}
h2.cdicon {
	padding-top: 70px;
	background: url(images/icon_cd.gif) top center no-repeat;
}


#player {
	width: 190px;
	float: right;
	margin-right: 75px;
}

#cdspin {

	position: absolute;
	top: 200px;
	left: 3px;	
}
#footer {

}
