html, body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, label, span {
    margin: 0;
    display: 0;
}


body {
    background: #0a2b43 url(images/main-bg.png) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}


#main {
    width: 960px;
    margin: 0px auto;
    text-align: left;
}


#head {
    margin: 35px 0 5px 0;
    height: 140px;
    background: #95001e url(images/head-bg.png) no-repeat center center;
}

    #head h1,
    #head h2 {
        margin-left: -9999px;
    }


#content {
    padding: 20px;
    color: #669fa7;
}

    #content p {
        margin: 20px auto;
        width: 600px;
    }
    
    #content a {
        color: #507080;
        text-decoration: none;
    }
    #content a:hover {
        text-decoration: underline;
    }
    