body {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 100%;
    color: #28302e;
    background-color: #ebebeb;   
    background-image: url('/data/media/layout/splash.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    text-align: center;
    padding-top: 25px;
}

#container {
    margin: auto;
    margin-top: 225px;
}

img {
    width: 100%;
    max-width: 488px;
}

p.termshead a {
    color: #757575;
    text-decoration: none;
}

    p.termshead a:hover {
        color: #28302e;
        text-decoration: underline;
    }
    
p.terms {
        padding-bottom: 10px;
}

a.biglink {
    font-size: 20px;
    background-color: #b7d088;
    color: #28302e;
    text-decoration: none;
    padding: 10px;
    margin-top: 10px;
    border-right: 2px solid #a6c175;
    border-bottom: 2px solid #a6c175;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    a.biglink:hover {
        background-color: #a6c175;
        border-right: 2px solid #b7d088;
        border-bottom: 2px solid #b7d088;
    }

    a.biglink:active {
        background-color: #7e9652;
        border-right: 2px solid #b7d088;
        border-bottom: 2px solid #b7d088;
    }

p.disclaimer {
    padding-top: 15px;
    font-size: 80%;
    color: #757575;
}

    p.disclaimer a:link, p.disclaimer a:active, p.disclaimer a:visited {
        color: #9e9e9e;
        text-decoration: none;
     }

    p.disclaimer a:hover {
        color: #757575;
        text-decoration: underline;
    }