body 
{
			background-color: #999999;
			background-repeat:no-repeat;
			background-position:center center;
			background-attachment:fixed;
}

#container
{ 
			position: absolute;
            width: 990px;
            height: 570px;
            left: 50%;
            margin-left: -495px;  /* Um die Hälfte der Breite nach links schieben */
            top: 50%;
            margin-top: -285px;   /* Um die Hälfte der Höhe nach oben schieben */
           
}



