* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background: #222;
	}

a,
a:hover,
a:active,
a:visited {
	outline: 0px;
	}

img {
	outline: 0px;
	border: 0px;
	}

/* ab hier inhalte */

p, em {
	padding: 0px;
	margin: 5px;
	color: #555;
	}

em {
	text-decoration: underline;
}
	
a {
	color: #888;
	text-decoration: none;
	}

a:hover {
	color: #ccc;
	}

h1 {
	font-size: 4em;
	line-height: 35px;
	padding: 20px 0px;
	text-shadow: #555555 0px 3px 2px;
	}

h2 {
	font-size: 3em;
	line-height: 35px;
	text-shadow: #555555 0px 3px 2px;
	}

#page {
	position: relative;
	background: none;
	margin-top: 50px;
}	

#header {
	z-index: 100;
	position: relative;
	margin: 0px auto;
	width: 300px;
}

#header p {
	background: #aaa;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 0px 50px #c60000;
	-webkit-box-shadow: 0px 0px 50px #c60000;
	
}

#content {
	z-index: 99;
	position: relative;
	overflow: visible;
	text-align: center;
	margin: 0px auto;
	width: 300px;
	background: #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 0px 50px #c60000;
	-webkit-box-shadow: 0px 0px 50px #c60000;
	}

#brainsheep {
	position: relative;
	margin-top: 10px;
	overflow: visible;
	}

#friendslinks {
	position: absolute;
	bottom: 0px;
	padding: 20px;
	text-align: left;
}

#links {
	position: absolute;
	text-align: left;
	margin-top: -20px;
	padding-left: 25px;
	}

#footer {
	position: relative;
	top: 140px;
	background: #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 0px 2px #555;
	-webkit-box-shadow: 0px 0px 2px #555;
}	
	
#footer p {
	color: #555555;
	font-size: .9em;
}