#top {
    background-image: url(../images/top_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#top #wrapper {
    width: 100%;
    position: relative;
    padding-top: 500px;
    min-width:970px
}
#top #wrapper .top_new {
    width: 300px;
    margin-left: 170px;
    background-image: url(../images/whatsnew.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 20px;}
#top #wrapper .unav {
    position: absolute;
    top: 516px;
    right: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#top #wrapper #footer {
    width: 100%;
    height: 120px;
    bottom: 0px;
    min-width:970px
}
#top #wrapper #footer .logo {
    margin-top: 50px;
    margin-left: 170px;
    height: 40px;
    width: 395px;
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
#top #wrapper #footer .gnav {
    position: absolute;
    top: 70px;
    right: 0px;
    width: auto;
}
#top #wrapper #footer .foot_inner {
    position: relative;
    height: 100%;
    width: 100%;
}
#top #wrapper .unav p {
    float: left;
    padding-right: 20px;
}
.gnav ul li {
    float: left;
    display: block;
    padding-right: 52px;
}
#footer .foot_inner .logo a {
    display: block;
    height: 100%;
    width: 100%;
}
