@charset "utf-8";
/* Sivuston ulkoasu */

body {
    background: #C2CF50 url(../img/blueline.jpg) 0% -38px repeat-x;
	font: 76% Verdana, arial, sans-serif;
	color: white;
    margin: 0;
	}
h1 {
    font: 150% Verdana, arial, sans-serif;
	font-weight: bold;
	}
h2 {
    font: 120% Verdana, arial, sans-serif;
	font-weight: bold;
	}
.vasen {
    position: absolute;
    width: 350px;
	left: 400px;
	top: 110px;
	font-size: 1.1em;
	}
.oikea {
    position: absolute;
    width: 250px;
	left: 780px;
	top: 110px;
	font-size: 1.3em;
	}
.oikea p {
    padding-bottom: 1.5em;
}
a.emphasis {
    font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	color: white;
}
div#content {
    background: transparent url(../img/etusivu.jpg) 0% 0% no-repeat;
	float: left;
    margin-top: -1px;
	text-align:left;
	width:1024px;
	}
#lostres {
	float: left;
	padding-top: 32px;
	}
#substance {
	background: transparent;
	float: left;
	width: 600px;
	height: 679px;
	margin-left: 300px;
	margin-top: 80px;
    }
.wrapper {
	width: 689px;
	float: left;
	min-height: 560px;
    }

div#footer {
	clear: both;
	min-height: 72px;
	overflow: hidden;
	font-size: 0.8em;
	background: #C2CF50 url(../img/footer.jpg) no-repeat;
	width: 100%;
    min-width: 1024px;
	}
div#footer p {
    color: black;
	margin: 0;
	padding: 5px;
	padding-left: 15px;
	}
img {
	border: 0px;
}