body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-position: left top;
	background-color: #000;
}
#imSite {width: 979px; margin: 0px auto; text-align: left; }
#imHeader {height: 198px; background-image: url('top.jpg'); background-repeat: no-repeat; background-position: left top; }
#imHeaderSM {
	height: 198px;
	background-image: url(topmistress.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#imHeaderVideo {
	height: 198px;
	background-image: url(topvideo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#imBody {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url('content.jpg');
}
#imMenuMain {width: 134px; float: left; padding: 11px 0 0 14px; }

#imContent {width: 820px; float: left; margin-top: 1px; }
#imFooter {
	clear: both;
	height: 42px;
	background-image: url('bottom.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#imFooter_L {
	float: left;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
#imFooter_R {
	margin: 16px 36px 0 0;
	float: right;
	color: #999;
}

