html { 	width:100%;
	height:100%;} 

body {
	width:100%;
	height:100%;
	padding: 0;
	margin: 0 0 0 0;
	background: #d9d9d9 url(../images/landingpage.jpg) no-repeat center;
	
}

a:link img, a:visited img, a:hover img, a:active img 
{ 
	border-width: 0px; 
} 

#inhalt {
	height: 584px;
	width: 980px;
	margin-top: -292px;
	margin-left: -485px;
	padding: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	background-color: transparent;
}


#album a{
	width: 214px;
	height: 214px;
	position: absolute;
	left: 16px;
	top: 318px;
	display: block;
}
#album a{
	background: transparent url(../images/albumcover.png) no-repeat 0 0;	
}

#album a:hover{
	background: transparent url(../images/albumcover.png) no-repeat -214px 0;
}

#soundcloud a{
	width: 73px;
	height: 50px;
	position: absolute;
	left: 90px;
	top: 506px;
	display: block;
	z-index: 2;
}
#soundcloud a{
	background: transparent url(../images/soundcloud.png) no-repeat 0 0;	
}

#webseite a{
	width: 162px;
	height: 50px;
	position: absolute;
	left: 380px;
	top: 600px;
	display: block;
}

#webseite a{
	background: transparent url(../images/zurwebsite.png) no-repeat 0 0;
}

#webseite a:hover{
	background: transparent url(../images/zurwebsite.png) no-repeat -162px 0;
}

#facebook1{
	width: 292px;
	height: 255px;
	position: absolute;
	left: 759px;
	top: 150px;
	display: block;
}

#facebook2{
	width: 292px;
	height: 183px;
	position: absolute;
	left: 759px;
	top: 340px;
	display: block;
}