<style type ="text/css">#empty {
	
}

#title {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 800px;
	text-align: center;
	font: medium, bold, arial, helvetica, sans-serif;
	color: darkblue;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 3px;
	margin-left: -400px;
	width: 800px;
	background-color: lightyellow;
	height: auto;
}

#menu {
	position: absolute;
	top: 86px;
	left: 0px;
	width: 800px;
	height: 20px;
	border: 1px;
	text-align: center;
	font: 10pt arial, helvetica, sans-serif;
	color: darkblue;
	background-color: lightyellow;
	border-right: thin solid yellow;
	border-left: thin solid yellow;
}

#title {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 800px;
	text-align: center;
	font: 14pt bold arial, helvetica, sans-serif;
	color: darkblue;
}

#bodytext {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 800px;
	font: 12pt arial, helvetica, sans-serif;
	color: black;
	background-color: lightyellow;
	border-right: thin solid yellow;
	border-left: thin solid yellow;
	border-bottom: thin solid yellow;
}

#bodytext em {
	font: bold 12pt arial, helvetica, sans-serif;
	color: red;
}

#bodytext a {
	font: 12pt arial, helvetica, sans-serif;
	color: darkblue;
	text-decoration: none;
}

#bodytext q {
	font: 9pt arial, helvetica, sans-serif;
	color: darkred;
	text-align: center;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	left: 0px;
	width: 800px;
	text-align: center;
	font: 8pt arial, helvetica, sans-serif;
	color: black;
}

#footer a {
	font: 8pt arial, helvetica, sans-serif;
	color: darkblue;
	text-decoration: none;
}

#footer tr {
	text-align: center;
}

#footer td {
	font: 8pt arial, helvetica, sans-serif;
	color: black;
}

body {
	background-image: url("../images/kioval1.jpg");
}
</style>