@CHARSET "UTF-8";
/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */

* html body {
	zoom: 1;
}
body {
	width: 100%;
    	height: 100%;
    	background: url(images/background_2.jpg) top left no-repeat #000000; 
}

div#content {
	
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top: -8px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background: url(images/background.jpg) top left no-repeat;
}

 /*background-color: rgb(91,55,19);*/
 
 div#in_content {
 	margin-left:auto;
	margin-right:auto;
	width: 832px;	
 }
