@import url('reset.css');
html, body {
    font: 12px/1.4 Georgia, serif;
    height: 100%;
    color: #8899bb;
    background: #333944 url(../images/bg.jpg) center top no-repeat;
}
a {
    color: #8899bb;
}
/* Flash container (begin) */
    .main-container {
        width: 990px;
        margin: auto;
        position:relative;
    }
    .main-content {
        
        }
/* Flash container (end) */

.footer {
    position:relative;
    width: 980px;
    height:85px;
    margin:0 auto;
    padding: 10px 5px 0;
    font-style: italic;
    text-align: center;
    background: url(../images/sep_footer.gif) repeat-x top;
    overflow: hidden;
    zoom: 1;
    }
.footer .copy {
    width: 200px;
    float: left;
    text-align: left;
}
.footer .made-in {
    width: 200px;
    float: right;
    text-align: right;
}
.footer .friends .fade {
    color: #607090;
}
.footer .banners {
    clear: both;
    width: 945px;
    margin: auto;
    padding: 5px 0 0;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
