

html{
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background:#000;
	position: relative;
	overflow:hidden;
	height:100%;
	font: 18px 'LatinModernMono10Regular', Arial, sans-serif;
	color:white;
}

#content{
	height:100%;
}
img {
	border:none;
}

#imagecontainer {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	
}
#imagecontainer img{
	border:none;
	width: 100%;
	height: auto;
}
#mainimage {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -2;
}

#top{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:110px;
	background:black;
}
#left{
	position:absolute;
	top:0px;
	left:0px;
	width:80px;
	height:100%;
	background:black;
}
#right{
	position:absolute;
	top:0px;
	right:0px;
	width:80px;
	height:100%;
	background:black;
}
#bottom{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:110px;
	background:black;
}
#bottomcontent{
	position:relative;
	max-width:1350px; 
	min-width:1000px;
	margin:auto !important;
	overflow:hidden;
	margin-top:30px !important;
	padding-top:10px;
}
#bottom h1{
	margin:-10px 0px 0px 0px;
	padding:0px;	
	display:block;
	text-indent:-5000em;
	width:348px;
	height:20px;
	position:absolute;
	bottom:10px;
	left:55px;
	background:url(images/atlassoundparallax.jpg) top center no-repeat;
	
}
h4 a{
	xmargin:10px 0px 0px 0px;
	padding:0px;	
	display:block;
	text-indent:-5000em;
	background:none;
	background:url(images/4ad.jpg) top center no-repeat;
	width:33px;
	height:20px;
	position:absolute;
	bottom:10px;
	left:380px;
	opacity:1;
}
h4 a:hover{
	opacity:0.5;
}
#player{
	position:absolute;
	bottom:-10px;
	right:0px;
	width:420px;
}
#bottom h2{
	display:block;
	text-indent:-5000em;
	background:url(images/listen.jpg) top left no-repeat;
	width:252px;
	height:25px;
	position:absolute;
	bottom:-15px;
	right:115px;
}
#bottom h3{
	margin:-10px 0px 0px 0px;
	padding:0px;	
	display:block;
	text-indent:-5000em;
	background:url(images/genre.jpg) top center no-repeat;
	width:208px;
	height:20px;
	position:absolute;
	bottom:10px;
	left:415px;
}


#parallax
    {position:relative; overflow:hidden; width:100%; height:100%;}
 
#trackdownload{
	position:absolute;
	right:80px;
	bottom:5px;
	width:20px;
	height:20px;
}
#trackdownload h5{
	margin:0px;
	padding:0px;
}
#trackdownload h5 a{
	text-decoration:none;
	text-indent:-5000em;
	display:block;
	background:url(images/download_0.png) top center no-repeat;
	
}
#trackdownload h5 a:hover{
	background:url(images/download_1.png) top center no-repeat;
}