/* 
CSS von http://www.julianstrecker.de 
Edited 14.01.2009 Moritz Weber
*/

html,body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background-color: rgb(24, 24, 24);
	color: rgb(223, 223, 223);
}
div{
	text-align: center;
	font-family: Sawasdee, sans-serife;
}
#container {
	min-height:100%;
	position:relative;
}
* html #container{
	height:100%;
}
#header {		   
	padding:5px;
}
#body {
	padding:5px;
	padding-bottom:30px;
}
#footer {
	text-align:right;
	position:absolute;
	bottom:0;
	right:20px;		   
	width:100%;
	height:30px; 
}