html, body {
/*	height: 100%; */
}
body {

	background-image: url(navi_background.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
#topDiv {
width:100%;
	background-image: url(kgfree3_background.gif);
	background-repeat:repeat-x;
}
#topdivLeft {
	background-image: url(kgfree3.jpg);
	background-repeat: no-repeat;
}a.top{ text-decoration:none; color:#000000; font-size:13px;}
a.top:hover{ text-decoration:underline;color:#000000; font-size:13px;}
#topDivCenter {
	background-image: url(topcenterbackground.gif);
	height: 50px;
	width:100%;
}
#topDivCenterLeft {
	background-image: url(topcenterleft.gif);
	background-repeat: repeat-y;
	height: 50px;
}
.naviElementDiv {
	padding: 10px;
}
a.naviLink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.naviLink:hover {
	color: #FFF;
}
#contentcell {
	padding: 20px;
}