body {margin: 0; padding: 0; background-image: url('bg.jpg'); background-repeat: repeat-y; background-position: center top; }
#imSite {width: 1000px; margin: 15px auto; text-align: left; }
#imHeader {height: 220px; background-image: url('top.jpg'); background-repeat: no-repeat; }
#imBody {background-image: url('content.jpg'); background-repeat: repeat; background-position: center center; }
#imMenuMain {height: 40px; padding: 7px 1px 0 1px; background-image: url('menu.jpg'); background-repeat: repeat; background-position: right center; }
#imContent {clear: left; padding: 20px 4px 0 4px; }
#imFooter {clear: both; height: 30px; }

