body {margin: 0; padding: 0; background-image: url('bg.jpg'); background-repeat: repeat; background-position: left top; }
#imSite {width: 950px; margin: 15px auto; text-align: left; }
#imHeader {height: 200px; background-image: url('top.png'); background-repeat: no-repeat; background-position: center top; }
#imBody {background-image: url('content.png'); background-repeat: repeat-y; background-position: center top; }
#imMenuMain {width: 148px; float: left; padding: 20px 0 0 10px; }
#imContent {width: 777px; float: left; margin-top: 10px; }
#imFooter {clear: both; height: 28px; background-color: #808080; background-image: url('bottom.jpg'); background-repeat: no-repeat; }

