#main {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}


#content, #footer {
    font-size: 0.75em;
}

.col-1, .col-2 {
    float: left;
}

#page #content .col-1 {
    width: 150px;
    margin-right: 20px;
}
#page #content .col-2 {
    width: 750px;
    min-height: 500px;
}

#footer {
    height: 89px;
}
