*{
    margin: 0;
    padding: 0;
}
html{
    background: #000 url(../img/body.png);
}
body{
    height: 100%;
    width: 100%;
}
div{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -150px;
    background: transparent url(../img/mond.png) no-repeat 60% 0;
}
h1{
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Comic Sans MS', sans serif;
    color: #fff;
    text-align: center;
    padding-top: 256px;
    background: transparent url(../img/logo.png) no-repeat 50% 0;
}
ul{
    height: 0;
    overflow: hidden;
    position: absolute;
    left: -9000px;
    max-width: 8000px;
}

