body {margin: 0; padding: 0; background-color: #404040; background-image: url('bg.jpg'); background-repeat: repeat; background-position: left top; background-attachment: fixed; }
#imSite {width: 960px; margin: 15px auto; text-align: left; }
#imHeader {
	height: 270px;
	background-color: #000000;
	background-image: url('top.jpg');
	background-repeat: no-repeat;
}
#imBody {background-color: #000000; background-image: url('content.png'); background-repeat: no-repeat; background-position: left bottom; }
#imMenuMain {width: 148px; float: left; padding: 11px 0 0 20px; }
#imContent {width: 791px; float: left; margin-top: 1px; }
#imFooter {clear: both; height: 25px; background-color: #000000; background-image: url('bottom.jpg'); background-repeat: no-repeat; }
