html , body {
                height:100%;
                width:100%;
                padding:0px;
                margin:0px;
                text-align:center;
                font-family:arial;
            }
            
            .ground {
                position:relative;
                margin:auto;
                top:100px;
                width:940px;
                height: 645px;
            }
            
            div.banane {
                width:940px;
                height:645px;
                background-image:url(../images/fixem.jpg);
                background-position:166px 92px;
                background-repeat:no-repeat;
            }
            
            div.menu {
                position:absolute;
                width:771px;
                height:20px;
                right: 40px;
                bottom: 80px;
                text-align:center;
                border:0px solid;
            }
            
            .menu ul {
                margin:0px;
                padding:0px;
                list-style-type:none;
            }
            
            .menu ul li{
                display:inline;
                margin-right:2px;
                font-size: 10pt;
            }
            
            .menu a {
                color: #536201;
                text-decoration:none;
            }