body {
	background-color: #eae2d1;
}
#txtKentta {
	background-image: url(../images/txtKentta.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 5px;
	height: 300px;
	width: 778px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: top;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 100px;
	width: 1000px;
	

}
.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/naviTausta.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 778px;
	text-align: center;
	vertical-align: middle;
}
.navi a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.navi a:hover {
	text-decoration: underline;
}
.navi a:visited {
	color: #CCCCCC;
}

