body {
	background-color : black;
	background-image : url('../img/BACKGROUND-0.png');
	color:#005A3D;
	font-family : "Helvetica-Neue", "Verdana";
}

#top {
	height : 170px;
}

#body {
	height : 530px;
}

#body #menuContent,
#body #songImg {
	border : 1px solid gray;
}

#head {
	position : relative;
	width : 708px;
	height : 111px;
	top : 30px;
	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	border : 1px solid gray;
}

#head a,
#head #audioplayer {
	display : block;
	position : absolute;
	margin : 0px;
	border : 0px;
	padding : 0px;
}
#head a img {
	display : block;
	margin : 0px;
	border : 0px;
	padding : 0px;
}
#head a#A {
	top : 7px;
	left : 0px;
}
#head a#B {
	top : 51px;
	left : 0px;
}
#head a#C1 {
	top : 76px;
	left : 0px;
}
#head a#C2 {
	top : 76px;
	left : 70px;
}
#head a#C3 {
	top : 76px;
	left : 160px;
}
#head a#C4 {
	top : 76px;
	left : 275px;
}
#head a#D1 {
	top : 7px;
	right : 241px;
}
#head a#D2 {
	top : 7px;
	right : 106px;
}
#head a#D3 {
	top : 7px;
	right : 8px;
}
#head a#E1 {
	top : 40px;
	right : 192px;
}
#head a#E2 {
	top : 40px;
	right : 8px;
}
#head a#E3 {
	top : 40px;
	right : 118px;
}
#head #audioplayer {
	top : 78px;
	right : 8px;
}

#top_links {
	position : absolute;
	top : 30px;
	right : 20%;
}

#top_links div,
#top_links div img,
#playlist div,
#playlist div img,
#downloads div,
#downloads div img {
	display : block;
	margin : 0px;
	border : 0px;
	padding : 0px;
}

.content {
	width : 730px;
	background-color : black;
	position:relative;
	text-align : center;
	margin-left:auto;
	margin-right:auto;
}
.songImgs {
	position:absolute;
	top : 0px;
	width:720px;
	height:547px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}

#bottom {
	background-color : black;
	margin-top : 30px;
	padding-bottom : 30px;
	
}

.legal {
	margin-left:auto;
	margin-right:auto;
	
	border-top : 1px dashed #005A3D;
	
	font-size : 0.65em;
	
	width : 600px;
	text-align:justify;
}

.legal div.cc_logo {
	margin-bottom : 10px;
	margin-top:10px;
}

#title {
	text-align:center;
}
#menu {
	cursor : pointer;
}