body {
    color: white;
    background: black;
    font-family: helvetica, sans-serif;
}

a img {
    border: 0;
}

div#main {
    position: relative;
    width: 1095px;
    height: 648px;    
    margin: 0 auto 2em auto;
    background-image: url(/images/home.jpg);
    text-align: left;
}

img#logo {
    display: none;
    margin-top: 170px;
    margin-left: 10px;
}

div#menu {
    visibility: hidden;
    width: 100%;
    text-align: center;
}

div#menu a {
    color: yellow;
    font-weight: bold;
    font-size: 9pt;
    padding-left: 2em;
    padding-right: 2em;
    text-decoration: none;
}
div#menu a:hover {
    text-decoration: underline;
}

div#footer {
    margin: 0 auto;
    width: 1095px;
    color: #3d3d3d;
    font-size: 10pt;
    text-align: center;
}

div#footer a, a:visited {
    color: #8CBBE8;
}

#quote {
    color: white;
    font-size: 12pt;
    font-family: Georgia, serif;
    font-style: italic;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

