* {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    color: #000;
    height: 100%;
}

body {
    background: #fff url(../img/fond.gif) top center repeat-y;
    height: 100%;
}

#content {
    background: #fff url(../img/baustelle.jpg) center center no-repeat;
    display: block;
    width: 800px;
    height: 680px;
    margin: 0px auto;
}

h1,
p {
    display: none;
}
