BODY {
 margin: 0px;
 background-image: url(background_main.gif); 
 background-repeat:no-repeat; 
 background-position:top left;
 font-family: Georgia, serif;
 font-size: 13pt;
}

#body {
 margin-left: 22px;
 width: 60%;
 min-width:550px;
 /* IE Dynamic Expression to set the width */
 width:expression(document.body.clientWidth < 650 ? "550px" : "60%" );
}

.thumb {
 padding: 3px;
 border: 1px solid #799179;

}
