html, body {
    background: #687D95;
    background-image: url('../images/gradient.png');
    /*font-size: 0.9em;*/
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -3.8em;
}

#top {
    background: #687D95 url('../images/start/background.png') repeat-x top center;
    height: 100px;
    text-align: center;
}

#logo {
    color: #F2F9FF;
    font-size: 4em;
    font-weight: bold;
    left: -130px;
    margin-top: 15px;
    position: relative;
}

#content {
    margin: 0 auto 0 auto;
    width: 900px;
}

#container {
    background: white;
    display: block;
    float: right;
    height: 500px;
    position: relative;
    top: -30px;
    width: 815px;
}

#description {
    float: right;
    height: 93%;
    margin-bottom: -500px;
    padding: 15px 10px 0px 25px;
    position: relative;
    top: -230px;
    width: 96%;
}

#text {
    float: left;
    font-family: "Times New Roman", Roman, serif;
    font-size: 140%;
    width: 560px;
}

#text img.bullet {
    height: 20px;
    width: 20px;
    vertical-align: top;
}

#text p {
    margin-bottom: 20px;
}

#text p#intro {
    font-size: 115%;
}

#text p#intro:first-letter {
    color: #5D5D5D;
    font-size: 160%;
    font-weight: bold;
}

#thumbs {
    border-left: solid 1px black;
    display: inline;
    float: left;
    height: 100%;
    text-align: right;
    margin-left: 15px;
    padding-left: 20px;
    width: 180px;
}

#thumbs img.icon {
    left: -130px;
    margin-bottom: -70px;
    position: relative;
    top: -160px;
}

#thumbs img.thumb {
    border: solid 1px black;
}

.thumb_title {
    color: #5D5D5D;
    font-size: 120%;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

#login {
    background: white;
    border: solid 1px black;
    display: inline-block;
    height: 250px;
    left: -190px;
    position: relative;
    top: 15px;
    width: 200px;
}

#login #inputs {
    position: relative;
    top: 30px;
}


#login #inputs input {
    background: white;
    border: solid 1px black;
    color: black;
    font-size: 100%;
    width: 95px;
}

#login #inputs #separator {
    height: 30px;
}

#login #login_button {
    background: #FFF url('../images/start/button.png') repeat-x top center;
    height: 25px;
    padding-top: 8px;
    position: relative;
    top: 55px;
    width: 92px;
}

#login #signup {
    position: relative;
    top: 75px;
}

#login a {
    color: #7CA67E;
    font-weight: bold;
    text-decoration: none;
}

#footer {
    background: #BEC7D2;
    border-top: solid 0.5em #97A5B6;
    clear: both;
    font-size: 85%;
    height: 3em;
    line-height: 130%;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
}