body{
	background-color: #989695;
	font-family: 'Raleway', sans-serif;
}

#main{
	width: 90%;
	height: 450px;
	overflow-y: hidden;
	border: 10px solid #fff;
	margin: 60px auto;
}

#imprintcopy{
	width: 90%;
	margin: -100px auto;
	border-top: 1px solid #888181;
	color: #666;
	font-size: 12px;
}

#imprintcopy h2{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: lighter;
}

#imprintcopy p{
	margin-bottom: 20px;
}

#imprintcopy a{
	color: #666;
}

.legal{
	float: left;
	width: 20%;
}

#buttons{
	margin: -20px auto;
	width: 90%;
}

#buttons li{
	background-color: #fff;
	text-align: center;
	height: 90px;
	display: inline-block;
	padding-top: 25px;
}

#buttons li a{
	color: #989695;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 13px;
}

#buttons li:hover{
	opacity: 0.9;
}

#soundcloud, #facebook, #diskob{
	/*width: 32.4%;*/
	/* width: 31.6%; */
	width: 37.5%;
	margin-right: 2%;
	border: 10px solid #fff;
}

#soundcloud{
	background: url(../images/soundcloud.png) no-repeat 5% center;
	padding-left: 50px;
}

#diskob{
	width: 20%;
	background: url(../images/diskob.gif) no-repeat center center;
}

#facebook{
	margin-right: 0;
	background: url(../images/facebook.png) no-repeat 95% center;
	padding-right: 50px;	
}

#footer{
	width: 89.5%;
	height: 130px;
	margin: 40px auto;
	text-align: right;
	border-top: 1px solid #fff;
}

#footer li{
	display: inline;
	font-size: 12px;
	margin-left: 20px;
	color: #fff;
	letter-spacing: 5px;
}

#footer li a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding-top: 20px;
}


#like{
	padding-top: 20px;
	position: absolute;
	left: -2%;
}

/* giant*/
@media (min-width: 1200px){
	#main{
		height: 600px;
	}
}

/* tablet - 2 rows */
@media (max-width: 900px){
	#navigation{
		/*position: relative; */
		display: none;
	}
	#main{
		width: 90%;
		height: 300px;	
	}

	#buttons li{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}

/* mobile - 1 row */
@media (max-width: 640px){
	#footer{
		height: 150px;
	}
	#footer li a{
		padding-top: 60px;
	}
	#main{
		height: 240px;
	}
	.legal{
		float: none;
	}
	#like{
	width: 90%;
	overflow-x: hidden;		
	}
}

