@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #01AED8;
	font-family: "trebuchet MS", Arial;
	color: #e2e2e2;
	font-size: 16px;
}
#wrap{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 364px;
}
#content{
	background-image: url(images/content-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:20px;
	padding-right: 175px;
	padding-left: 180px;
}
a{
	color:#E1E1E1;
	text-decoration:underline;
}
a:hover{
	color:#FCF153;
}
p{
	margin-top:0px;
	margin-bottom:20px;
}
#right{
	float:right;
	width:200px;

	background-color: #0CB9E4;
	padding: 10px;
	margin-left: 20px;
	display:inline;
}
#footer{
	width:643px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF04D;
	margin-top: 10px;
	font-size:12px;
}
#mp3-player{
	padding:0px;
	margin:0px;
}
#album-cover{
	font-size:0px;
	padding:5px;
	margin:0px;
	background-color: #D3D3D3;
}
.album-title{
	color:#666666;
	font-size:18px;
	font-weight:bold;
}
#album-cover a{
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}
#album-cover a:hover{
	color:#666666;
	font-weight:bold;
	text-decoration: underline;
}
h1{
	margin:0px;
	font-size:26px;
	font-style:normal;
	color: #FFF148;
	font-weight: bold;
}
.download a{
	font-weight:bold;
}
.download a:hover{
	font-weight:bold;
	color:#FFF150;
}
