body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: "Futura","Trebuchet MS","Arial",sans-serif;
	text-align: justify;
	background-image: url(wallpaper.gif);
	background-repeat: repeat;
}

img{
	border:0;
}

a:link {color:#fff}      /* unvisited link */
a:visited {color:#fff}  /* visited link */
a:hover {color:#fff}  /* mouse over link */
a:active {color:#fff}  /* selected link */

#wrapper {
	position:absolute;
	height:500px;
	width: 100%;
	left:0;
	top:128px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color:#000;
	background-image: url(violin.jpg);
	background-repeat: no-repeat;
}

#main{
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0px 30px 0px 280px;
	background-image: url(dirtylittlesecret.gif);
	background-repeat:no-repeat;
	height:500px;
	min-width:480px;
}

h1,h2{
	display:none;
}

#creativecommons{
	position:absolute;
	margin-top:212px;
	margin-left:375px;
	text-decoration:none;
}

#downloadMP3{
	position:absolute;
	margin-top:280px;
	margin-left:30px;
	width : 104px;
	height: 104px;
	text-decoration:none;
	background-image: url(mp3.jpg);
	background-repeat:no-repeat;
}

#downloadFLAC{
	position:absolute;
	margin-top:280px;
	margin-left:190px;
	width : 104px;
	height: 104px;
	text-decoration:none;
	background-image: url(flac.jpg);
	background-repeat:no-repeat;
}

#downloadALAC{
	position:absolute;
	margin-top:280px;
	margin-left:350px;
	width : 104px;
	height: 104px;
	text-decoration:none;
	background-image: url(alac.jpg);
	background-repeat:no-repeat;
}

#contact{
	margin-top:430px;
	margin-left:0px;
	text-transform:uppercase;
	font-size:80%;
	line-height:120%;
}

#contact p{
	margin-bottom:6px;
}

#featured {
	position:absolute;
	left:0;
	top:0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#othersites {
	float:right;
	left:0;
	top:0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#othersites a{
	text-decoration:none;
}

#othersites p{
	display:inline-block;
	color:#999;
	text-transform:uppercase;
	margin-right:16px;
}

#feat-video{
	display:inline-block;
	margin-top:12px;
	margin-right:6px;
	width : 182px;
	height: 104px;
	background-image:url(bta-video.jpg);
	background-repeat:no-repeat;
}

#myspace {
	display:inline-block;
	margin-top:12px;
	margin-right:6px;
	width : 104px;
	height: 104px;
	background-image:url(myspace-logo.gif);
	background-repeat:no-repeat;
}

#facebook {
	display:inline-block;
	margin-top:12px;
	margin-right:12px;
	width : 104px;
	height: 104px;
	background-image:url(facebook-logo.gif);
	background-repeat:no-repeat;
}

#smallprint {
	position:absolute;
	left:0;
	top:645px;
	margin: 0px 30px 0px 30px;
	padding: 0px 0px 0px 0px;
	font-size:80%;
	color:#999;
	text-transform:uppercase;
	line-height:120%;
}

.hide {
	visibility:hidden;
}