body {
        margin: 0;
        padding: 0;
        font-family: arial, freesans, "Nimbus Sans L", helvetica, sans-serif;
        font-size: 90%;
        color: #4e4e4e;
        height: 100%;
        background: #FFF url(images/bkgd.gif) repeat-x top left;
}
#container {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        width: 984px;
        margin: 0 auto -80px auto;
        background: #FFF url(images/header.jpg) no-repeat top left;
}
#logo {
        margin-left: 15px;
        margin-bottom: 10px;
        float: left;
}
#footer_logo {
        margin-left: 5px;
        float: left;
}

* html #logo {
        margin-left: 8px;
        margin-bottom: 10px;
        float: left;
}

#wrapper {
        float: left;
        margin: 0 auto;
				padding-left: 20px;
        width: 984px;
}
#footer, #push, #sponsors {
        clear:left;
        width: 100%;
        line-height:20px;
        font-size: 0.8em;
        text-align: center;
        valign: bottom;
}

#footer {
        color: #959595;
        height:110px;
        background: url(images/footer.jpg) repeat-x bottom left;
        width: 100%;
}
}
#footer a {
        color: #93a2b0;
}
.copyright {
        margin-top: 40px;
}
