body {
     background-color: #ffffff;
     margin: 0;
     padding: 0;
     text-align: left;
}

div#container {
     width: 800px;
     height: 1500px;
     margin: 0;
     padding: 0;
     }

div#top {
     width: 800px;
     height: 342px;
     margin: 0;
     padding: 0;
     background-image: url(images/stainless2010_top.png);
     background-repeat: no-repeat;
}

div#pad {
     float: left;
     width: 280px;
     height: 473px;
     margin: 0;
     padding: 0;
     background-image: url(images/stainless2010_pad.png);
     background-repeat: no-repeat;
}

div#web {
     float: right;
     width: 520px;
     height: 473px;
     margin: 0;
     padding: 0;
     background-image: url(images/stainless2010_web.png);
     background-repeat: no-repeat;
}

div#print {
     float: left;
     width: 438px;
     height: 624px;
     margin: 0;
     padding: 0;
     background-image: url(images/stainless2010_print.png);
     background-repeat: no-repeat;
}

div#video {
     float: right;
     width: 362px;
     height: 624px;
     margin: 0;
     padding: 0;
     background-image: url(images/stainless2010_video.png);
     background-repeat: no-repeat;
}

div#bottom {
     clear: both;
     width: 800px;
     height: 61px;
     margin: 0;
     padding: 0;
     background-image: url(images/stainless2010_bottom.png);
     background-repeat: no-repeat;
}

