/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 0.85em Arial, Helvetica, sans-serif;
	background: #e8d7ac url(../images/tausta.jpg) repeat 0 0;
	color: #19261f;
	text-align: center;
	}
	
a {
	text-decoration: underline;
	color: #1d7544;
	}
	
a:hover,
a:focus,
a:active {
	text-decoration: underline;
	color: #269a5a;
	outline: none;
	}

div#rakenne {
	text-align: left;
	margin: 15% auto;
	position: relative;
	width: 900px;
	}

div#laatikko {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: #e8d7ac url(../images/laatikko.png) no-repeat 0 0;
	height: 171px;
	width: 900px;
	margin: 0 auto;
	}
	
p#ikiwanha {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -26px;
	right: 20px;
	}
	
p#ikiwanha a {
	display: block;
	overflow: hidden;
	background: #e8d7ac url(../images/ikiwanha.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 26px;
	width: 176px;
	}
	
p#jossittelua,
p#iffittelya {
	position: absolute;
	left: 0;
	width: 900px;
	text-align: center;
	font-weight: bold;
	}
	
p#jossittelua {
	top: -70px;
	}
	
p#iffittelya {
	top: -40px;
	font-size: 0.9em;
	}
	
p#iffittelya em {
	font-size: 0.8em;
	}