
body {
    background-color: #000000;
}

#logo {
    background: url('logo.png') no-repeat top center #000000;
    height: 400px;
    width: 282px;

    text-align: center;
    margin: 10% auto 10px;
    display: block;
}


