body {
     background-color: #68804d;
     background-image: url('../images/bg.jpg');
     background-repeat: repeat-x;
     color: Black;
     padding: 0px;
     border: 0px;
     margin: 0px;
     font-family: Arial, sans-serif;
     font-size: 11px;
}
img {
     border: 0;
}
a {
     color: Black;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
#wrapper {
     margin: auto;
     width: 703px;
     
}
#header {
     width: 703px;
     height: 230px;
     
}
#content {
     background-image: url('../images/wrapperbg.jpg');
}
#content #menu {

     width: 189px;
     background-image: url('../images/separator.jpg');
     background-repeat: no-repeat;
     background-position: right;
     height: 400px;
}
#content #main {
     float: right;
     width: 514px;
     background-image: url('../images/watermark1.jpg');
     background-repeat: no-repeat;
     background-position: 349px 100%;
     height: 400px;
}

#footer {
     height: 110px;
     background-image: url('../images/watermark2.jpg');
     background-repeat: no-repeat;
     background-position: 541px 100%;
}
#footer #logos {
     width: 228px;

}
#footer #footermenu {
     float: right;
     width: 475px;
     font-size: 11px;

}
/* hide from MacIE \*/ * #footermenu { margin-right: -3px; } * #footermenu { margin-left: 0; } /* end hide */
/* hide from MacIE \*/ * #main { margin-right: -3px; } * #main { margin-left: 0; } /* end hide */
#credits {
     margin: 10px auto 0 auto;
     padding-bottom: 10px;
     color: White;
     text-align: center;
}
#credits a {
     color: White;
     font-weight: normal;
}
