body{
    background:url("../images/head_bg.gif") no-repeat;
    background-position:left top;
}
/*
#logo{
    position:relative;
    width:347px;
    height:41px;
    left:2px;
    top:1px;
}
*/
#logo{
    position:absolute;
    width:205px;
    height:37px;
    left:9px;
    top:5px;
}

#wrapper{
    width:100%;
    height:auto;
}

#contents{
    width:100%;
    height:600px;
    position:absolute;
    /*background-color:#faf6f4;*/
    text-align:center;
    top:50px;
}
#contents img{
    position:relative;
    top:60px;
}

#footer{
    position:absolute;
    top:620px;
    width:100%;
    text-align:center;
    height:48px;
}
