/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

/* Yleiset */

body {
	margin: 0;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: transparent !important;
	}
	
a {
	text-decoration: underline;
	color: #000;
	}
	
a:hover {
	text-decoration: none;
	color: #666;
	}
	
/* Rakenne */

#runko {
	width: 85%;
	margin: 5%;
	}
	
#top {
	display: none;
	}
	
#header {
	height: 200px;
	}
	
#middle2 {
	display: none;
	}
	
#skipnavi {
	display: none !important;
	visibility: hidden;
	}
