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

a:link {color:#F39;}
a:active {color:#F39;}
a:visited {color:#F39;}

body
{
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
	color:#FFF;
	text-transform:none;
}

#title {
	position:relative;
	top:660px;
	width:154px;
	height:17px;	
	margin:0 auto;
}

#social {
	position:relative;
	top:700px;
	width:940px;
	height:50px;
	margin:0 auto;
	text-align:center;
}

#social img {
	border:0px;
}

.mixcloud {
	margin-left:10px;
	margin-bottom:10px;	
}

.booking {
	position:relative;
	top:715px;
	width:300px;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.maillist {
	width:360px;
	height:35px;
	margin:0 auto;
	position:relative;
	top:735px;
	padding-bottom:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
}

#footer {
	position:relative;
	top:800px;
	width:100px;
	height:100px;
	margin:0 auto;
	padding-bottom:40px;

}

