body  {
    background-color : #FFFFFF;
    text-align : center;
    font : 100.01% sans-serif;
}

.box  {
    margin : auto;
    margin-top : 75px;
    background-color : #FFFFFF;
    width : 1000px;=09
}

.leftbox {
    width : 500px;
    height : 515px;
    text-align : center;
    float: left;
}

.rightbox {
    width : 500px;
    height : 515px;
    left : 500px;
    text-align : center;
    float: right;
}

.navi  {
    font-family : tahoma,verdana,arial,helvetica,sans-serif;
    font-size : 14px;
    line-height: 45px;
    font-weight : bold;
    color : #993333;
    letter-spacing : 1,5;
}
.navi A:link {font-weight : bold; color : #666633; text-decoration : =
none;}
.navi A:visited {font-weight : bold; color :#666633; text-decoration : =
none;}
.navi A:hover {font-weight : bold; color : #993333; text-decoration : =
none;}


