@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 {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	url(images/background.jpg) top left no-repeat #000000; 
}

