@charset "utf-8";
/* CSS Document */
body {
	background-color: #993333;
	color: #C2B59B;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
a, a:visited {
	color: #C2B59B;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
#centertable {
	position: absolute;
	width: 800px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
	background-color: #993333;
	padding: 0px;
}
#headertable {
	width: 800px;
	height: 230px;
	background-color: #993333;
	background-image: url(../images/koli3_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
}
#menutable {
	width: 800px;
	height: 30px;
	background-color: #993333;
}
#menucell {
	width: 720px;
	height: 30px;
	background-color: #C2B59B;
}
div.content {
	width: 500px;
	background-color: #993333;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 30px;
	text-align: center;
	
}
.button {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}
	
	
