* {
	margin:0; 
	padding:0;
	font-size:16px;
	line-height:1.5em;
}

body {
	text-align: center;
	color:lightgray;
	height:100%;
	width:100%;
	overflow:hidden;
	background:#404040;
}

#content {
	text-align:left; 
	position:absolute;
	background:#404040 url("http://www.nagnag.de/placeholder.gif") no-repeat left bottom;
	padding:1em;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}

h3 {
	border-bottom:2px solid gray;
	color:white;
	font-size:2em;
}

a {
	text-decoration:none;
	color:gray;
	font-weight:bold;
}
a:visited {
	font-weight:normal;
	color:gray;
}
