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

#naviWrapper {
	color: #FFFFFF;
	left: 220px;
	top: 0px;
	width: 600px;
	position: absolute;
	z-index: 1;
}
body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: "Helvetica Neue", "Helvetica Neue Black Condensed", "Helvetica Neue Bold Condensed", "Helvetica Neue Light", "Helvetica Neue UltraLight";
	font-size: 12px;
	margin: 0px;
}


/*left nav start*/

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 80px;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	background-position: left bottom;
}
#menu a:hover {
	background-position: left top;
}
#menu a:hover span{
	display: block;
}


#menu .facebook {
	width: 158px;
	height: 32px;
	left: 50px;
	top: 20px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
}

#menu .twitter {
	width: 164px;
	height: 32px;
	left: 240px;
	top: 20px;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
}

#menu .youtube {
	width: 117px;
	height: 47px;
	left: 440px;
	top: 12px;
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
}

#menu .album {
	width: 431px;
	height: 210px;
	left: 125px;
	top: 70px;
	background-image: url(../images/album.png);
	background-repeat: no-repeat;
}
/*left nav end*/
#wrapper {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
	width: 800px;
	position: relative;
	margin: auto;
}
#newsletterWrap {
	position: absolute;
	left: 50px;
	top: 380px;
}
#playerWrap {
	height: 25px;
	width: 430px;
	position: absolute;
	top: 300px;
	left: 345px;
}
#buyAlbum {
	height: 150px;
	width: 150px;
	position: absolute;
	top: 80px;
	right: 0px;
}
#cdbaby {
	height: 50px;
	width: 150px;
	position: absolute;
	right: 140px;
	top: 250px;
}

#amazon {
	height: 50px;
	width: 150px;
	position: absolute;
	right: 300px;
	top: 250px;
}

#itunes {
	height: 50px;
	width: 100px;
	position: absolute;
	right: 20px;
	top: 250px;
}
#copyright {
	margin: auto;
	width: 300px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 15px;
}
#footerWrap {
	width: 800px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#moveWrap {
	float: right;
	background-image: url(../images/move.png);
	height: 26px;
	width: 100px;
}
#clearBoth {
	clear: both;
}

