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

