* {
	margin: 0;
	padding: 0;
}

html, body {height: 100%;}

body {
	background: #ccc;;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}

img {border: none;}

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom: -315px; /* half of container's height */
	float:left;
}

#wrapper {
	width: 1016px;
	height: 629px;
	position: relative; /* puts container in front of distance */
	margin: 0 auto;
	background: url(../images/bg1016x629.jpg) no-repeat;
	clear: left;	
}

#kb img {
	width: 200px;
	height: 47px;
	margin: 57px 0 0 516px;
	background: url(../images/kb.png) no-repeat;
	float: left;
}

#kb a:hover img {	
	width: 200px;
	height: 47px;
	margin: 57px 0 0 516px;
	background: url(../images/kb_rollover.png) no-repeat;
	float: left;
}

#kf img {
	width: 183px;
	height: 54px;
	margin: -25px 0 0 290px;
	background: url(../images/kf.png) no-repeat;
	float: left;
}

#kf a:hover img {	
	width: 183px;
	height: 54px;
	margin: -25px 0 0 290px;
	background: url(../images/kf_rollover.png) no-repeat;
	float: left;
}

#hp img {	
	width: 238px;
	height: 139px;
	margin: 29px 0 0 268px;
	background: url(../images/hp.png) no-repeat;
	float: left;
}

#hp a:hover img {	
	width: 238px;
	height: 139px;
	margin: 29px 0 0 268px;
	background: url(../images/hp_rollover.png) no-repeat;
	float: left;
}

#fg img {	
	width: 146px;
	height: 44px;
	margin: 67px 0 0 313px;
	background: url(../images/fg.png) no-repeat;
	float: left;
}

#fg a:hover img {	
	width: 146px;
	height: 44px;
	margin: 67px 0 0 313px;
	background: url(../images/fg_rollover.png) no-repeat;
	float: left;
}

#aef img {
	width: 151px;
	height: 72px;
	margin: 48px 0 0 251px;
	background: url(../images/aef.png) no-repeat;
	float: left;
}

#aef a:hover img {	
	width: 151px;
	height: 72px;
	margin: 48px 0 0 251px;
	background: url(../images/aef_rollover.png) no-repeat;
	float: left;
}

#az img {
	width: 253px;
	height: 49px;
	margin: 41px 0 0 464px;
	background: url(../images/az.png) no-repeat;
	clear: left;
	float: left;
}

#az a:hover img {	
	width: 253px;
	height: 49px;
	margin: 41px 0 0 464px;
	background: url(../images/az_rollover.png) no-repeat;
	clear: left;
	float: left;
}

#menu {	
	width: 529px;
	height: 28px;
	margin-top: 82px;
	padding-top: 12px;
	color: #fd190c;
	font-weight: normal;
	background: #ffffff;
	float: right;
}

#menu a {
	color: #f00;
	text-decoration: none;
}

#menu a:hover {
	color: #f00;
	text-decoration: underline;
}

