#wave {
    margin: 10px auto;
    width: 898px;
    height: 179px;
    background: url('../../imageDesign/RIK.jpg');
}

#wave .texts {
    width: 900px;
    height: 120px;
    float: left;
    position: relative;
    overflow: hidden;
}

#wave .head {
    width: 900px;
    height: 59px;
}

div.Litem {
    width: 450px;
    color: #d00000;
    font-weight:bold;
    float:left;
    font-style: italic;
    font-size:16px;
    font-family:Times;
    line-height: 0.9;
    text-indent: 5px;
    position: absolute;  left:0px;top:-100px;
}
div.Ritem {
    width: 450px;
    color: #d00000;
    font-weight:bold;
    float:left;
    font-style: italic;
    font-size:16px;
    font-family:Times;
    line-height: 0.9;
    text-indent: 5px;
    position: absolute;  left:450px;top:-100px;
}
  