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

body{
	/*background-color:#403D3C;*/
	background-image:url(../images/Untitled-1.jpg);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#container{
	position:static;
	width:800px;
	height:400px;	
	margin-top:120px;
	margin-left:120px;
}

.headline{
	padding-left:80px;	
}

#info{
	margin-top:50px;	
}

.description{
	color:#C3BEBC;
	width:593px;
	padding-left:80px;
}

.follow-us{
	color:#C3BEBC;
	padding-left:80px;
}

#breaker{
	margin-left:78px;
	background-image:url(../images/Picture%201.png);
	width:688px;
	height:10px;
}

img.follow{
	position:relative;
	top:6px;
}

img.follow:hover{
	opacity:0.5;
}

span.follow-info{
	position:relative;
	
}

#footer{
	color:#C3BEBC;		
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-left:80px;
	padding-top:2px;
}

img.footer-logo{
	position:relative;
	top:6px;	
}

a{
	link-style:none;
	text-decoration:none;	
}

.email{
	link-style:none;
	text-decoration:none;
	color:#C3BEBC;	
}

.email:hover{
	opacity: 0.5;
}


