/* Wrapper and container ====================================================================== */
div#wrapper {
    width: 980px;
    margin: 0 auto;
}

div#container {
    position: absolute;
    width: 980px;
}


/* TOP ====================================================================== */
div#top {
    position: relative;
    top: 0px;
    width: 980px;
    height: 60px;
    float: left;
}

div#top a#logo {
    position: relative;
    top: 0px;
}

div#top a#tryitout {
    position: relative;
    top: 0px;
    right: -100px;
}

div#top a#engagement {
    position: relative;
    top: 0px;
    right: -115px;
}

div#top a#signin {
    position: relative;
    top: -6px;
    right: -205px;
}

div#top div#logo {
    position: absolute;
    width: 213px;
    height: 92px;
    top: 0px;
    z-index: 10;
}

/* MAIN ===================================================================== */

div#main {
    float: left;
    width: 980px;
    margin-top: 15px;
    background: url(../img/translucent_40px_square.png) repeat; 
    border:1px solid #000000;
    -moz-border-radius:10px;        /* next 2 settings impact the rounded corners */
    -webkit-border-radius:10px;
}

div#main-content {
    padding: 10px 40px 20px;
    width: 900px;
}

/* FOOTER =================================================================== */

div#footer {
    width: 980px;
    height: 50px;
    float: left;
    font-family: Georgia, serif
}

div#footer div#links {
    position: relative;
    top: 16px;
    left: 340px;
    width: 610px;
    font-size: small;
    color: #808285;
}

div#footer div#links div#follow_images {
    position: relative;
    width: 10px;    /* Keeping it narrow so doesn't interfere with other links */
    top:-22px;
    left:275px;
}

div#footer div#links a,
div#footer div#links a:hover {
    color: #808285;
    text-decoration: none;
}

div#footer div#copyright {
    position: relative;
    top: 20px;
    margin-left: 5px;
    font-size: x-small;
    color: #932e0c;
}


