body {
	font-family: "Arial", sans-serif;
	font-size: 10.2pt;
	color: #abb202;	
	background: #fff;
}
#site_container{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -495px;
	height: 600px;
	width: 990px;
	border: 1px solid #acb31d;
}
.logo{
	position:absolute;
	top: 0px;
	left: 0px;
}
#menucontainer{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 125px;
	width: 805px;
	margin: 0;
	padding: 0;
}

#kim{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 364px;
	width: 186px;
}
#content_container{
	position: absolute;
	top: 125px;
	left: 186px;
	height: 470px;
	width: 800px;
	border-left: 1px dashed #acb31d;
	border-top: 1px solid #acb31d;
}
.banner{
	position: absolute;
	top: 20px;
	right: 40px;
	border: 1px solid #acb31d;
}
#content{
	position: absolute;
	top: 100px;
	left: 40px;
	width: 720px;
	height: 373px;
	overflow: auto;
}

/*-----------quote-----------*/
#quote {
	width: 185px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#quote img {
	width: 186px;
}
#quote a img{
	border: 0;
}

#quote a {
	text-decoration: none;
	cursor: pointer;
	z-index: 24;
}

#quote a:hover {
	z-index: 25;
}

#quote a span {
	display: none;
}

/* Position the span element absolutely below the link */
#quote a:hover span {
	display: block;
	position: absolute;
	width: 128px;
	bottom: 15px;
	text-align: center;
	font-size: 9pt;
	color: #abb202;
	background-image: url(/images/balloon.gif);
	margin: 0 0 0 15px;
	padding: 45px 16px 15px 15px;
	border-bottom: 1px solid #abb202;
	z-index: 100;
}

/*--------eind quote---------*/
