body {
	background: url(../img/bg_main.jpg);
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000000;
    font-size: 9pt;
    background-color: #FFFFFF;
    width: 96%;
}
#contentMain {
    margin-top: 24px;
    margin-bottom: 8px;
    border:  1px solid #192561;
    background-color: #DDDDDD;
    height: 440px;
}
.centeredDiv {
    margin-left: 55px;
    width: 680px;
    text-align:left;
}
html>body .centeredDiv {
    width: 670px; /* ie5win fudge ends */
}
