html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	background: #444444;
	font-family: Kartika, Arial, sans-serif;
	color: #b8b8b8;
	font-size: 14px;
	line-height: 22px;
}

a {
	color: #fff;
	outline: none;
}

#runko {
	width: 947px;
	margin: 0 auto;
}

#yla {
	background: url('kuvat/yla.png');
	width: 947px;
	height: 59px;
}

#keski {
	background: url('kuvat/keski.png');
	width: 947px;
}

#sisalto {
	margin: 0 auto;
	text-align: left;
	padding: 0 44px 0 44px;
	position: relative;
	top: -14px;
	z-index: 2;
}

#logo {
	background: url('kuvat/logo.png');
	width: 264px;
	height: 47px;
	position: absolute;
	right: 44px;
	bottom: 0px;
	clear: both;
}

.clear {
	clear: both;
}

#ala {
	background: url('kuvat/ala.png');
	width: 947px;
	height: 59px;
	position: relative;
	top: -32px;
}

.input {
	width: 290px;
	background: #3b3b3b;
	border: 2px solid #656565;
	color: #fff;
	font-family: Kartika;
	font-size: 14px;
}

#yhteydenotto input {
	margin-bottom: 10px;
	position: relative;
	top: -2px;
}

#yhteydenotto td {
	padding-top: 2px;
}

td {
	vertical-align: top;
}

.pikkukuva {
	margin: 0 12px 12px 0;
	background: #2e2d2b;
	width: 68px;
	height: 68px;
	float: left;
}

.preload {
	width: 0;
	height: 0;
	margin: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}