body {
   background-image: url(/fileadmin/2009/website/images/bg_home.gif);
   background-repeat: repeat-x;
   background-position: top center;
   background-color: #918d82;
   color: #454440; 
   margin: 0px;
   padding: 0px;
   font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Geneva, Arial, sans-serif;
   text-align:center; 
}
html {
   height: 100%;
}
#container {
   position: relative;
   width: 903px;
   height: 100%;
   margin: auto;
   background-image: url(/fileadmin/2009/website/images/hand.jpg);
   background-repeat: no-repeat;
   background-position: top center;
   text-align:left;
}
#logo {
   position: absolute;
   top: 49px;
   left: 0px;
   width: 281px;
   height: 122px;
}
#hand {
   position: relative;
   top: 0px;
   left: 205px;
   width: 583px;
   height: auto;
   text-align:center; 
}
#button {
   position: absolute;
   top: 200px;
   left: 264px;
   width: 278px;
   height: 159px;
   float:left;
   z-index:3;
}