html, body {
	width: 100%;
	height: 100%;
}

body {
	background: url('kuvat/tausta.jpg') #0077d4 60% -160px;
	margin: 0;
	text-align: center;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 13px;
	color: #686868;
}

#tausta {
	background: url('kuvat/taustakuvio.png') 50% 20px no-repeat;
	width: 100%;
	height: 100%;
}

* html #tausta {
	background: none;
}

#runko {
	width: 899px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 40px;
}

#yla {
	background: url('kuvat/yla.png');
	width: 899px;
	height: 150px;
	margin: 0;
	text-indent: -99999px;
}

* html #yla {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='kuvat/yla.png', sizingMethod='scale');
}

#sisalto {
	background: url('kuvat/keski.png');
	width: 649px;
	padding: 0 125px;
}

* html #sisalto {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='kuvat/keskiie6.png', sizingMethod='scale');
}

#teksti {
	position: relative;
	top: -20px;
	z-index: 9999;
}

.fade1 {
	background: url('kuvat/fade1.png');
	width: 689px;
	height: 29px;
	margin: -20px 0 -6px -20px;
	z-index: 1;
}

.fade2 {
	background: url('kuvat/fade2.png');
	width: 689px;
	height: 29px;
	margin: 10px 0 -30px -20px;
	z-index: 1;
}

#ala {
	background: url('kuvat/ala.png');
	width: 899px;
	height: 117px;
}

* html #ala {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='kuvat/ala.png', sizingMethod='scale');
}

#sisalto a:link, #sisalto a:visited {
	color: #de8902;
}

#sisalto a:hover, #sisalto a:active {
	color: #af6e05;
}

#tarjouspyynto {
	position: relative;
	top: 25px;
}

h2 {
	position: relative;
	z-index: 2;
	font-weight: normal;
	font-family: 'Times New Roman', serif;
	color: #1a88d1;
	font-size: 27px;
	margin: 15px 0 -10px 0;
}

.nomargin {
	margin: 0 0 -10px 0;
}

p {
	position: relative;
	z-index: 2;
	margin: 15px 0 0 0;
}

p.esittely {
	font-size: 16px;
	font-family: Georgia, sans-serif;
	color: #de8902;
}

#valikko, #valikko li {
	list-style: none;
	list-style-type: none
	margin: 0;
	padding: 0;
}

#valikko {
	margin: 23px auto 0 auto;
	width: 800px;
	height: 82px;
	position: absolute;
	top: 48px;
	left: 49px;
}

#valikko li {
	float: left;
	margin: 9px;
	position: relative;
	top: -1px;
	left: 60px;
	font-size: 14px;
}

#valikko li a {
	color: #de8902;
	text-decoration: none;
}

#valikko li a:hover {
	text-decoration: underline;
}

img, a {
	outline: none;
	border: 0;
}

h3 {
	margin: 0;
}

h2.ref {
	font-size: 17px;
	font-family: 'Trebuchet MS', sans-serif;
}

#footer {
	width: 100%;
	font-size: 12px;
	color: #93ccf8;
	text-align: center;
	margin-top: -50px;
}

#footer a {
	color: #93ccf8;
}