html, body {
	margin: 0;
	padding: 0 0 50px 0;
	background: #000;
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	}
	
* {
	margin: 0;
	padding: 0;
	}
	
.clear { clear: both; }
	
#container {
	width: 938px;
	margin: 0 auto;
	}
	
#top {
	width: 938px;
	height: 516px;
	background: url(images/top.jpg);
	float: left;
	}
	
#top h1 a {
	display: block;
	width: 468px;
	height: 465px;
	float: left;
	position: relative;
	top: 23px;
	left: 10px;
	}
	
#top h1 a span { display: none; }

#top .mp3player {
	width: 408px;
	height: 415px;
	float: left;
	position: relative;
	top: 75px;
	left: 51px;
	}
	
#middle {
	width: 938px;
	height: 217px;
	background: url(images/middle.jpg);
	float: left;
	}
	
#middle .text {
	font-weight: bold;
	width: 870px;
	height: 120px;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	}
	
#middle .text p {
	margin: 0 0 15px 0;
	}
	
#middle .text a {
	color: #425b00;
	font-weight: bold;
	text-decoration: none;
	}
	
#middle .text a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#middle .downloads {
	width: 200px;
	height: 30px;
	font-family: "Arial Black", Arial, Verdana;
	font-size: 18px;
	text-align: center;
	float: left;
	position: relative;
	top: 15px;
	left: 15px;
	}
	
#middle .download-button a {
	display: block;
	width: 710px;
	height: 58px;
	background: url(images/download-button.jpg) top center;
	float: left;
	position: relative;
	top: 14px;
	left: 20px;
	}
	
#middle .download-button a:hover {
	background: url(images/download-button.jpg) bottom center;
	}
	
#middle .download-button a span {
	display: none;
	}
		
#bottom {
	width: 938px;
	background: url(images/bottom.jpg) no-repeat;
	float: left;
	}
	
#bottom #comments {
	width: 400px;
	float: left;
	margin: 0 20px 0 0;
	padding: 40px;
	color: #fff;
	}
	
#bottom #comments form {
	position: relative;
	top: 20px;
	}
	
#bottom #comments form label {
	color: #9cd900;
	font-size: 20px;
	height: 10px;
	}
	
#bottom #comments form label span.name {
	margin: 0 40px 0 0;
	position: relative;
	top: 2px;
	}
	
#bottom #comments form label span.message {
	margin: 0 12px 0 0;
	}
#bottom #comments form #nick, #bottom #comments form #message {
	background: #202c01;
	color: #fff;
	border: 1px solid #9cd900;
	height: 24px;
	font-size: 18px;
	padding: 3px;
	width: 250px;
	}
	
#bottom #comments form #send {
	background: #9cd900;
	color: #000;
	cursor: pointer;
	float: right;
	position: relative;
	top: 5px;
	right: 45px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #202c01;
	}
	
#bottom #comments .content {
	position: relative;
	top: 50px;
	}
	
#bottom #comments .content ul li {
	border-bottom: 1px solid #9cd900;
	font-size: 14px;
	list-style-type: none;
	padding: 20px 0;
	}
	
#bottom #comments .content ul li strong {
	color: #9cd900;
	font-size: 18px;
	margin: 0 5px 0 0;
	}
	
#bottom #comments .content ul li span.date {
	font-size: 10px;
	color: #444;}
	
#bottom #artists {
	width: 410px;
	float: left;
	padding: 40px 0 0 0;
	}
	
#bottom #artists ul li {
	display: block;
	float: left;
	margin: 10px;
	}
	
#bottom #artists ul li a img {
	border: 1px solid #9cd900;
	}