    * {
        margin: 0;
        padding: 0;
    }
    body {
        font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
        font-size: 10px;
        color: #666;
        background-color: #fff;
    }
    a {
        color: #CEB8AD;
        text-decoration: underline;
    }
    a:hover {
        text-decoration: none;
    }
    a[rel="external"] {
        padding-right: 8px;
        background: url(../images/link-external.gif) no-repeat right center;
    }
    div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -200px 0 0 -276px;
        width: 550px;
        height: 388px;
    }
    h1 {
        margin-left: 48px;
        width: 439px;
        height: 314px;
        text-indent: -9999px;
        background: url(../images/splash.jpg) no-repeat top left;
    }
    p {
        text-align: center;
    }
    #splash-text {
		height: 0px;
        text-indent: -9999px;
    }
    #contact {
        display: block;
        margin: 0 0 17px 353px;
        width: 37px;
        height: 22px;
        text-indent: -9999px;
        background: url(../images/contact.png) no-repeat top left;
    }
    #contact:hover {
        background: url(../images/contact.png) no-repeat bottom left;
    }
    #copyright {
        letter-spacing: 1.6px;
        color: #888;
    }
    .note {
        font-size: 9px;
        color: #D1D1D1;
    }