body {
	margin: 0;
	padding: 0;
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background : Silver;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;

}

img.right {
	float: right;
	margin: 8px 20px 0px 0px;
}

#imSite {width: 980px; margin: 15px auto; text-align: left; }
#imHeader {
	height: 138px;
	background-image: url('top.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#imBody {background-image: url('content.jpg'); background-repeat: repeat-y; background-position: left top; }
#imMenuMain {width: 134px; float: left; padding: 11px 0 0 16px; }
#imContent {width: 814px; float: left; margin-top: 1px; }
#imFooter {clear: both; height: 65px; background-image: url('bottom.jpg'); background-repeat: no-repeat; background-position: left top; }
#imFooter_L {margin: 27px 0 0 30px; float: left; }
#imFooter_R {margin: 27px 30px 0 0; float: right; }
#container
{
position: relative
}

