body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Helvetica", "Verdana";
	color: #888888;
}
p {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color:#888888;
}
a:hover {
	color:#333333;
}
a.music {
	color:#ffffff;
}
h1 {
	margin: 0px;
	padding: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	overflow: hidden;
	z-index: 2;
}
#imagecontainer{
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#topimages {
	width:2400px;
	height: 442px;
}
#topimagenext{
	float:right;
	text-align: right;
	cursor: pointer;
}
#topimageprev{
	float:left;
	text-align: left;
	visibility: hidden;
	cursor: pointer;
}
#image1 {
	width: 600px;
	height: 442px;
	background-image: url(../images/heads/head1.jpg);
	float: left;
}
#image2 {
	width: 600px;
	height: 442px;
	background-image: url(../images/heads/head2.jpg);
	float: left;
}
#image3 {
	width: 600px;
	height: 442px;
	background-image: url(../images/heads/head3.jpg);
	float: left;
}
#image4 {
	width: 600px;
	height: 442px;
	background-image: url(../images/heads/head4.jpg);
	float: left;
}
#topbuttons {
	width: 600px;
	height: 40px;
}
#contentleft{
	width: 318px;
	height: 450px;
	float:left;
}
#contentright{
	width: 250px;
	height: 400px;
	float:left;
	text-align: left;
	margin-left:30px;

}
p.music {
	font-size: 14px;
	margin-bottom: 5px;
}
#footer {
height: 20px;
padding-top: 140px;
width: 100%;
clear: both;
}
#footer p{
	font-size: 12px;
	text-align: center;
}