/*
	Site Name: Guerilla Media
	URI: http://www.guerillamedia.org
	Description: Guerilla Media Style 1.0 by Arne Teubel (www.guerillamedia.org).
	Version: 1.0
	Author: Arne Teubel
	Author URI: http://www.guerillamedia.org
*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

#background {
	position: absolute;
	z-index: 1;
	width: 100%
}

#scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 2;
	background: url(../pics/hg.gif) repeat-y fixed left top;
}

#main {
	height: 800px;
	width:  570px;
	text-align: left;
	margin: 0 auto auto 40px;
	font-size: 20px;
	font-family: "Arial Black";
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	background: #000 url(../pics/logo.gif) no-repeat scroll left bottom;
}

.grau {
	color: #666;
}

.dunkelgrau {
	color: #333;
}


a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #fb0;
	text-decoration: none;
}

h1 {
	font-size: 84px;
	font-family: "Arial Black";
	line-height: 70px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 auto auto;
	letter-spacing: -5px;
}
