HTML{
	overflow-y:scroll;
}

BODY{	
	margin: 0px;
	height:100%;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}

a:hover {
	color:#660000;
}

#top {
	position:absolute;
	width:100%;
	height:120px;
	background:transparent;
	z-index:10
}

#kant {
	position:relative;
	width:810px;
	height:100%;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-color:#000000;
	border-left-style:solid;
	border-right-style:solid;
	border-width:thin;
}

#head {
	position:relative;
	width:800px;
	height:100%;
	background:#0000FF;
	margin-left:auto;
	margin-right:auto
}

#logo {
	background: url(style/Logo.gif) no-repeat;
}

#main {
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	z-index:0
}

#cont {
	position:relative;
	width:800px;
	height:100%;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto
}

#menu {
	position:relative;
	width:200px;
	height:100%;
	background:#FF0000;
	float:left;
}

#data {
	position:relative;
	width:600px;
	height:100%;
	background:#FFFFFF;
	float:right;
}

#boxKantTopV{
	background:url(style/boxTV.png) no-repeat;
}

#boxKantTopC{
	background:url(style/boxTC.png) repeat-x;
}

#boxKantTopH{
	background:url(style/boxTH.png) no-repeat;
}

#boxKantMidtV{
	background:url(style/boxMV.png) repeat-y;
}

#boxKantMidtH{
	background:url(style/boxMH.png) repeat-y;
}

#boxKantBundV{
	background:url(style/boxBV.png) no-repeat;
}

#boxKantBundC{
	background:url(style/boxBC.png) repeat-x;
}

#boxKantBundH{
	background:url(style/boxBH.png) no-repeat;
}