/* CSS Document */



#links {
	position:absolute;
	width:100%;
	height:21px;
	z-index:1;
	left: 0px;
	top: 80px;
	border-top:1px #333333 solid;  
	
}
body {
	background-color: #FFFFFF;
	margin: 0;
  	padding: 0;
  	text-align: center;
  	min-width: 600px;
}
#centered {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 900px;
  text-align: left;
  background-image:url(images/pohja.jpg);
  background-repeat:no-repeat;
  height:576px;
}
#main {
	position:absolute;
	width:100%;
	height:410px;
	z-index:2;
	top: 110px;
	left: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.style6 {
	font-size: x-small;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
