/* CREATIVE DEFAULT */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

body {
    background: #000;
    font-family: Lucida Grande, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #fff;
    margin: 80px 0 60px;
}

a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    text-indent: -9999px;
}

h2 {
    text-indent: -9999px;
}



/* main design styles */

#logo {
    background: url(images/logo.gif) no-repeat;
    width: 459px;
    height: 352px;
    margin: auto;
    padding-top: 244px;
    font-size: 1.2em;
    text-align: center;
}

