body {
	background: url( 'shading.png' ) repeat-x;
	margin: 5em;
	margin-bottom: 40em;
	width: 800px;
	text-transform: lowercase;
}

a img {
	border: 0;
}

#header {
	border-bottom: 1px #ccc solid;
	margin-bottom: 1em;
}

#header h1
{
	font-family: 'Georgia', serif;
	font-size: 2.5em;
	letter-spacing: -0.05em;
	display: inline;
}

#header h2
{
	font-family: 'Helvetica', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: -0.03em;
	display: inline;
	margin: 0 0 0 0.5em;
}

#header #ssl {
	position: absolute;
	right: 1em;
	top: 1em;
}

#users {   
	font-family: 'Helvetica', sans-serif;
	color: #aaa;
}

#users h2 {
	display: none;
}

#users ul {
	list-style-type: none;
	padding: 0;
}

#users li {
	width: 336px;
	height: 80px;
	padding: 1em 30px;
	border: 2px #fff solid;
	background: #222;
	display: inline;
	float: left;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#users h3 {
	font-family: 'Georgia', serif;
	letter-spacing: -0.03em;
	margin: 0;
}

#users p {
	font-size: 0.9em;
	margin: 0;
}

#users a {
	color: #fff;
	text-decoration: none;
}

#users a:hover {
	color: #ddd;
}

#arsch {
	position: absolute;
	top: 10em;
	left: 48em;
}
