*{
    padding: 0;
    margin: 0;
}

body{
    background: url(kreativ_start_neu.jpg) no-repeat fixed ;
    background-position: center bottom;
}


.small{
    font-size: 0.6em;
}
.seen{
    visibility: hidden; 
}
#bottom{
    position: fixed;
    bottom: 0;
}
a{
    color: #000;
    border: 2px black;
    text-decoration: none;
}
#wrap{
    margin: 0 auto;
    width: 900px;
}

#wrap #kids{
    position: fixed;
    bottom: 170px;
    display: block;
    width: 200px;
    height: 300px;
}
#wrap #shop{
    position: fixed;
    bottom: 170px;
    margin-left: 630px;
    display: block;
    height: 300px;
    width: 200px;
}
#wrap #kontakt{
    position: fixed;
    bottom: 170px;
    margin-left: 260px;
    display: block;
    height: 300px;
    width: 200px;
}




