@import url(../contents.css);
div#MENU{
    background-image : url(title.jpg);
}
.halfleft{
    float:left;
    width:49%;
}
.halfright{
    float:right;
    width:49%;
}
.clear{
    clear:both;
}