body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
	
	/* scrollbar */
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #E0E7EC;
	scrollbar-darkshadow-color: #ffffff;
	
}

#toppart {
	position: absolute;
	left: 18px;
	top: 5px;
	z-index: 1;
}

/* valikko */

	#menu {
		position: absolute;
		left: 323px;
		top: 71px;
		z-index: 2;
		padding: 2px;
		font-size: 10px;
	}

	#menu a {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
		padding: 0;
		border: 0;
		margin-right: 18px;
	}
	
	#menu a:hover {
		border-top: 2px solid #DEFF00;
		border-bottom: 2px solid #DEFF00;
	}
	
	#menu a.active {
		border-top: 2px solid #98B7EA;
		border-bottom: 2px solid #98B7EA;
	}


/* vasen laita */

	#sine {
		position: absolute;
		top: 95px;
		left: 18px;
		z-index: 1;
	}
		
	#grid {
		position: absolute;
		left: 18px;
		top: 134px;
		z-index: 1;
	}
	
	#hlogo {
		position: absolute;
		left: 23px;
		top: 456px;
		z-index: 10;	
	}

/* iframet */

	#topframe {
	position: absolute;
	top: 94px;
	left: 165px;
	width: 581px;
	height: 40px;
	border-bottom: 1px solid #000000;
	}
	
	#middleframe {
	position: absolute;
	top: 139px;
	left: 165px;
	width: 581px;
	height: 340px;
	border-bottom: 1px solid #000000;
	}
	
	#leftframe {
	position: absolute;
	top: 139px;
	left: 165px;
	width: 287px;
	height: 280px;
	}
	
	#rightframe {
	position: absolute;
	top: 139px;
	left: 459px;
	width: 287px;
	height: 280px;
	}
	
	#bottomframe {
	position: absolute;
	top: 424px;
	left: 165px;
	width: 581px;
	height: 53px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
/* page bottom */
#bottompart {
	position: absolute;
	left: 165px;
	top: 483px;
	z-index: 1;
}

/* taulukot */

table {
	width: 581px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
	border: 0;
}

th {
	font-weight: bold;
	text-align: left;
	background-color: #E0E7EC;
	padding: 3px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
}

.center {
	text-align: center;
	border-left: 1px solid #ffffff;
}

td {
	text-align: center;
	padding: 3px;
	margin: 0;
	border-right: 1px solid #E0E7EC;
	border-bottom: 1px solid #E0E7EC; 
}

#score {

	font-size: 22px;
	position: absolute;
	top: 10px;

}