html, body
{
    height : 100%;
}

#all
{
    width : 860px;
    margin : 0px auto;
    height : 100%;
    min-height : 100%;
    position : relative;
}

body > #all
{
    height : auto;
}

header h1
{
    font-size : 2em;
    width : 860px;
    text-align : center;
    height : 80px;
    line-height : 80px;
}

#ad1
{
    height : 90px;
    padding : 10px 15px;
    border-top : 1px solid #000000;
    border-bottom : 1px solid #000000;
}

#contents
{
    padding : 15px 15px 0px 15px;
    overflow : hidden;
}

#left
{
    width : 670px;
    float : left;
}

#right
{
    width : 160px;
    float : right;
}

#ad2
{
    margin-bottom : 10px;
}

#ad3
{
    clear : both;
    height : 90px;
    padding : 10px 15px 60px 15px;
    border-top : 1px solid #000000;
}

footer
{
    width : 860px;
    text-align : center;
    height : 25px;
    line-height : 25px;
    position : absolute;
    bottom : 115px;
}

/*
footer
{
    width : 860px;
    text-align : center;
    height : 40px;
    line-height : 40px;
    position : absolute;
    bottom : 0px;
}
*/
