body {
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-position: center top;
}

#imSite {
	width: 900px;
	text-align: center;
	position: relative;
	height: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-top-style: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	background-repeat: repeat;
	visibility: visible;
}

#imHeader {height: 300px; background-color: #000000; background-image: url('top.jpg'); background-repeat: no-repeat; }

#imBody {

}

#imMenuMain {width: 148px; float: left; padding: 15px 0 0 10px; }

#imContent {
	width: 685px;
	float: left;
	margin-top: 5px;
}

#imFooter {
	clear: both;
	height: 35px;
}

