html, body {
    height:100%;
    background-color: #808080;
    overflow:hidden;
}

div#auswahl{
    position:absolute;
    width:300px; 
    text-align: center;
    top:200px;
    left:40%;
    color:black;
    text-align:justify;
}

#auswahl img{
    padding-left:11px;
    padding-right:11px;
    border:none;
}
