body {margin:0px;
     padding: 0px;
	 width: 100%;
	 background-image: url("../!imgs/mod/stabenTheme_background2.jpg");
	 background-repeat: no-repeat;
	 background-attachment: fixed;
     z-index: -100;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
	 background-position: 0px 0px;
	 }
