* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

a {
	color: black;
	text-decoration: none;
	cursor: hand;
}

a img {
	border: none;
	cursor: hand;
}

a:hover {
	border: none;
	text-decoration: none;
}

a:visited {
	border: none;
	text-decoration: none;
}

#container {
	width: 1000px; 
	background: #ffffff; 
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto;
}

#header {
	 width: 1000px; 
	 height: 62px;
}

#header span {
	float: right;
	margin-top: 33px;
	margin-right: 33px;
}

#main {
	width: 1000px;
	position: relative;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 601px;
}

#top {
	width: 1000px;
	height: 46px;
	background: url('images/top.jpg'); 
}

#middle {
	width: 1000px;
	height: 465px;
	background: url('images/repeater.jpg') repeat-y;
}

#bottom {
	width: 1000px;
	height: 89px;
	background: url('images/bottom.jpg');
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer {
	width: 1000px;
	text-align: center;
}

<!--.link {
	width: 315px;
	height: 15px;
	<!--outline: 1px solid black;
<!--}

<!--.first {
<!--	outline: 1px solid black;
<!--}

#km {
	float: left;
	width: 315px;
	height: 601px;
}

#km .padding {
	display: block;
	width: 315px;
	height: 10px;
}

#km .link {
	display: block;
	width: 315px;
	height: 15px;
	margin-top: 43px;
}

#m {
	float: left;
	width: 240px;
	height: 601px;
}

#m .padding {
	display: block;
	width: 240px;
	height: 25px;
}

#m a {
	cursor: hand;
}

#m .link {
	display: block;
	width: 240px;
	height: 15px;
	margin-top: 14px;
	cursor: hand;
}

#cm {
	float: left;
	width: 232px;
	height: 601px;
}

#cm .padding {
	display: block;
	width: 232px;
	height: 25px;
}

#cm .link {
	display: block;
	width: 232px;
	height: 15px;
	margin-top: 14px;
}

#mm {
	float: left;
	width: 213px;
	height: 601px;
}

#mm .padding {
	display: block;
	width: 213px;
	height: 24px;
}

#mm .first {
	display: block;
	width: 213px;
	height: 15px;
}

#mm .link {
	display: block;
	width: 213px;
	height: 15px;
	margin-top: 43px;
}
