@charset "UTF-8";
/* CSS Document */

/* -- basic -- */
* { margin:0px; padding:0px }
html {
}
body {
	background:url(../media/utilities/bg.jpg) #958E3D no-repeat 50% -120px;
	font-family:Tahoma, Arial, Impact;
	padding: 0px;
	margin: 0px;
/*	background: url(../media/utilities/zeitungen.png) no-repeat 80% top; */
	width: 100%;
	height:100%;
}
* html body 
{
	height:100%;
}
p {
	font-size:12px;
	color:#FFF;
}
