body {margin: 0; padding: 0; background-color: #3E1F00; background-image: url('bg.jpg'); background-repeat: no-repeat; background-position: center top; }
#imSite {width: 900px; margin: 15px auto; text-align: left; }
#imHeader {height: 148px; background-image: url('top.jpg'); background-repeat: no-repeat; }
#imBody {background-image: url('content.jpg'); background-repeat: repeat-y; background-position: center top; }
#imMenuMain {height: 83px; padding: 2px 50px 0 100px; background-color: #C0C0C0; background-image: url('menu.jpg'); background-repeat: no-repeat; background-position: center top; }
#imContent {clear: left; padding: 1px 100px 0 100px; }
#imFooter {clear: both; height: 88px; background-image: url('bottom.jpg'); background-repeat: no-repeat; background-position: center top; }
#imFooter_L {margin: 35px 0 0 100px; float: left; }
#imFooter_R {margin: 35px 100px 0 0; float: right; }

