* {
	margin: 0;
}

html {
	background-color: #0a0a0a;
	text-align: center;
}

body {
	font-family: 'Garuda', 'Trebuchet MS', 'Arial';
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: white;
	background-color: #0a0a0a;
	width: 800px;
	min-width: 800px;
	margin: 0 auto;
}

h1 {
	margin-bottom: 10px;
	color: white;
}

h2 {
	margin-bottom: 10px;
	font-weight: normal;
	color: white;
}

p {
	width: 570px;
	margin: 0 auto;
	margin-bottom: 15px;
	color: white;
}

#mainokset1 {
	width: 120px;
	height: 300px;
	position: absolute;
	top: 150px;
	left: -170px;
	z-index: 99999;
}

#mainokset2 {
	width: 120px;
	height: 300px;
	position: absolute;
	top: 150px;
	left: 640px;
	z-index: 99999;
	text-align: left;
	font-family: Arial;
}

#mainokset2 .otsikko {
	display: block;
	background: #828282;
	color: #000;
	height: 18px;
	width: 120px;
	text-indent: 1px;
	margin-bottom: 2px;
}

#mainokset2 .otsikko b {
	font-size: 12px;
	text-decoration: underline;
}

#mainokset2 a:link, #mainokset2 a:visited {
	color: #6f6f6f;
	position: relative; left: 5px;
}

#mainokset2 a:hover, #mainokset2 a:active {
	color: #797979;
	position: relative; left: 5px;
}

#paperi-paalle {
	width: 578px;
	height: 685px;
	background-image: url('kuvat/paperi.jpg');
	position: relative;
	top: 50px;
	z-index: 998;
	margin: 0 auto;
}

#teksti {
	position: absolute;
	top: -9999px;
	z-index: 1;
	clear: both;
}

#kysymysboksi {
	position: relative;
	top: -275px;
	z-index: 999;
	margin: 0 auto;
}

#kysymys {
	width: 390px;
	border: 0;
	background: none;
	font-family: 'Garuda', 'Trebuchet MS', 'Arial';
	font-size: 17px;
}

#nappulahover {
	width: 1px;
	height: 1px;
	margin: 0;
	position: absolute;
	top: -9999px;
	background-image: url('kuvat/halaja_vastausta_.png');
	cursor: pointer;
}

#nappulaactive {
	width: 1px;
	height: 1px;
	margin: 0;
	position: absolute;
	top: -9999px;
	background-image: url('kuvat/halaja_vastausta__.png');
}

#nappula {
	position: relative;
	top: 10px;
	border: 0;
	width: 165px;
	height: 29px;
	background-image: url('kuvat/halaja_vastausta.png');
}

#nappula:hover {
	background-image: url('kuvat/halaja_vastausta_.png');
	cursor: pointer;
}

#nappula:active {
	background-image: url('kuvat/halaja_vastausta__.png');
}
#vastaus {
	width: 470px;
	margin: 0 auto;
	position: relative;
	top: 70px;
}

#vastaus strong {
	font-family: 'Times New Roman';
	font-size: 25px;
	font-weight: normal;
	color: #3f2409;
	line-height: 40px;
}

#vastaus i {
	font-family: 'Garuda', 'Trebuchet MS', 'Arial';
	font-size: 17px;
	color: #3f2409;
}

li {
	list-style: none;
}

a:link {
	color: white;
}

a:hover, a:active, a:visited {
	color: gray;
}

#wtf {
	font-size: 11px;
	color: gray;
	position: relative;
	top: 280px;
}

#wtf2 {
	font-size: 11px;
	color: gray;
	position: relative;
	top: 180px;
}