body {
    font: /*1em*/ 11px Verdana, Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
    text-align: center; /* Centers the container (wrapper) */
    line-height: normal;
    margin: 0;
    padding: 0;
    background-color: #fff;
    margin: 0 auto;
    background-image: url(../graf/bg_index.jpg);
    background-position: top;
    background-color: #ffffff;
    background-repeat: no-repeat;

}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 933px;
	min-height: 630px;  
	height: auto !important;  
	height: 630px; 
}

#container {
	position: relative;
	top: 470px;
    width: 933px; /* ennen 960 */
	margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
    text-align: left;
    border: none;
}

#logo{
	position: absolute;
	z-index: 0;
	margin-left: 30px;
	margin-top: 50px;
	width: 209;
	height: 74;
}

#applying{
	position: absolute;
	z-index: 0;
	right: 0px;
	top: 0px;
}
