html, body
{
    text-align: left;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
a img
{
    border: 0px;
}
a
{
    outline: none;
}
#wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
#wrap-cont
{
    margin: 0px auto;
    width: 720px;
    padding-top: 10px;
    padding-bottom: 62px;
}
    #head
    {
        height: 101px;
        overflow: hidden;
        width: 100%;
    }
    #head #logo
    {
        float: left;
        width: 111px;
    }
    #head #navigation
    {
        height: 101px;
        float: left;
    }
    #foot
    {
        height: 62px;
        min-width: 100%;
        width: auto !important;
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: url('img/foot.png') repeat-x;
    }
    #foot #foot-in
    {
        margin: 0px auto;
        width: 720px;
    }
    #foot #foot-top
    {
        height: 40px;
        width: 100%;
        overflow: hidden;
    }
    #foot #foot-bottom
    {
        height: 22px;
        width: 100%;
        overflow: hidden;
    }
