/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

html>body, html>body #container {
	height: auto;
}

#footer {
	position:absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#sisalto {
	margin-bottom:1px;
	height:auto;
	padding-bottom:50px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#sisalto h1 {font:24px "Arial Black", Arial; color:#66BB00}
#sisalto h2 {font:18px "Arial Black", Arial; color:#66BB00}
#sisalto h3 {font:bold 16px Arial, Helvetica, sans-serif; color:#000000;}
#sisalto a {color:#0077DD;}
#sisalto img a {color:#000000;}

#hallitus {
	text-align:center;
}
#hallitus a {
	text-decoration:none;
}
#hallitus a:hover {
	color:66BB00;
}

#container {
	position:absolute;
	top:0;
	left:0;
	min-height: 100%;
	width: 100%;
	height: 100%;
}
#tekstikehys th {
	background-color:#0077DD;
	color:#FFFFFF;
	font-weight:bold;
}

