/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #f3f3f3;
	background-image:url(kuvat/body-alku-bg.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#page {	
	background-repeat:no-repeat;
	background-image:url(kuvat/page-bg.jpg);
	width:660px;
	height:500px;
	margin:0 auto;
}
#dummy {
	padding:30px 30px 0 30px;
	/*height:370px;*/
}

#linkit {
	padding:3px 0 0 489px;
}
#dummy a { color:#ffffff;  }
#linkit a { color:#f5f7f8;  }

#footer {
	
	font-size:69%;
	color:#666666;
	width:576px;
	margin:0 auto;
}
#footer a { color:#666666;  }
#footer a:link  { text-decoration: underline; }
#footer a:active { text-decoration: underline;  }
#footer a:visited { text-decoration: underline;  }
#footer a:hover { text-decoration: none;  }
