*{
    margin: 0;
    padding: 0;
}
html{
    background: #94ad10 url(../img/body.png) repeat-x;
}
div{
    position: absolute;
    top: 40%;
    width: 100%;
    margin-top: -128px;
}
h1{
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Comic Sans MS', sans serif;
    color: #000;
    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;
}
