body{
    margin:0;
    padding:0;
    background:url(../img/1.jpg) no-repeat right bottom;
    width:100%;
    height:100%;
}
.honda{
    position:absolute;
    width:112px;
    height:25px;
    right:35px;
    top:20px;
    background:url(../img/logo-honda.gif) no-repeat top right;
}
/*
.honda a{
    position:absolute;
    width:112px;
    height:25px;
}
*/
.jazz{
    position:absolute;
    width:118px;
    height:23px;
    left:35px;
    top:20px;
    background:url(../img/logo-jazz.gif) no-repeat top left;
}
/*
.jazz a{
    position:absolute;
    width:118px;
    height:23px;
}
*/
.ican{
    position:absolute;
    width:480px;
    height:35px;
    top:50%;
    margin-top:-17px;
    left:70px;
    background:url(../img/ican.gif) no-repeat top left;
}
.html{
    position:absolute;
    width:88px;
    height:33px;
    top:0px;
    left:290px;
    background:url(../img/html-normal.gif) no-repeat top left;
}
.html:hover{
    background:url(../img/html-hover.gif) no-repeat top left;
}
.flash{
    position:absolute;
    width:88px;
    height:33px;
    top:0px;
    left:390px;
    background:url(../img/flash-normal.gif) no-repeat top left;
}
.flash:hover{
    background:url(../img/flash-hover.gif) no-repeat top left;
}
.menu{
    position:absolute;
    width:294px;
    height:11px;
    left:35px;
    bottom:20px;
    background:url(../img/bottom.gif) no-repeat left bottom;
    border:0;
}