body {
	background:		#007647;
	margin:			0 0 0 0;
}
#ylaosa {
  	position: 		relative;
  	width: 			900px;
  	height:			81px;
  	background: 	url(../images/ylakuva.jpg) no-repeat top left;
}
#content {
	position: 		relative;
  	width: 			900px;
  	height: 		466px;
	background:		url(../images/content_tausta.jpg) no-repeat top right;
	border-top:		1px solid #007647;
}
#paakuva {
	position:		absolute;
	top:			0px;
	left:			5px;	
}
#teksti {
	position: 		relative;
	overflow:		auto;
	overflow-x:		hidden;
	
	margin:			24px 0 0 361px;
  	padding-right:	10px;
  	padding-top:	5px;
  	width:			495px;
  	height:			392px;
	border:			0px solid black;
	font-family: 	arial;
	font-size: 		12px;
	text-align:		left;
	line-height:	16px;
}
#menu {
	position: 		absolute;
	top:			25px;
	left:			31px;
  	border: 		0px solid red; 

	background:		white;
	
   	font-family:	Arial, Helvetica, sans-serif;
   	font-size:		12px;
   	font-style:		normal;
   	font-weight:	bold;
   	text-align:		left;
}
#menu li {
	list-style:		none;
}

#menu li a{
	display:		block;
   	background: 	yellow;
   	margin-top:		2px;
   	padding:		2px 0 1px 6px;
   	text-align: 	left;
   	text-decoration:none;
   	width:			100px;
   	height:			16px;
   	z-index:		2;	
}
#menu li a:link, li a:visited{
   color:			black;
}
#menu li a:hover, li a:active{
   background: 		green;
}
#alavalikko {
	position:		relative;
	margin-top:		-4px;
	padding-bottom:	5px;
}
#alavalikko a {
	text-decoration:none;	
	color:			#000000;
	font-size:		11px;
}
#alavalikko a:hover {
	text-decoration:underline;	
}
#alavalikko a:visited {
		
}
#alaosa {
	position:		relative;
	width: 			900px;
	height:			45px;
	background:		#007647;
}
h1 {
	font-size:		18px;
	margin:			0 0 0 0;
	padding-bottom: 5px;	
}
.button {
	color:			#ffffff;
	background:		#6dccef;	
}
#etusivulle {
	position:		absolute;
	top:			347px;
	left:			15px;
}
#mainostuuli {
	position:		relative;
	font-family:	arial;
	text-align:		right;
	font-size:		11px;
	margin-right:	30px;
	font-style:		italic;	
}
#mainostuuli a {
	color:			#000000;
	text-decoration:none;	
}
#mainostuuli a:hover {
	text-decoration:underline;	
}
#mainostuuli a:visited {
	color:			#000000;
}

