body {
	background: black;
	color: white;
	background : url(i/tausta.JPG) no-repeat;
	background-color: #e5ffc1;
	margin-top: 50px;
	background-color : #79acf6;
	background-position: top center;
	font-family : Parkavenue, cursive;
	font-size : 16px;
}
#pohja {
	text-align: center;
	background : url(i/pohja.png) no-repeat;
	width: 708px;
	height: 608px;
	margin: 0 auto;
	padding-top: 20px;

}
#teksti {
	border-top: 2px solid black;
	float:left;
	padding-left: 10px;
	margin-left: 4px;
	margin-top: 20px;
	text-align: left;
	width: 690px;

}
#oikea {
	float: right;
	text-align: left;
	width: 300px;
	padding-left: 50px;
	padding-top: 10px;
	border-left: 1px dashed orange;
	height: 260px;
	margin-top: 20px;
}
a:link {
color : white;
text-decoration : underline;
}
a:visited {
color : white;
text-decoration : underline;
}
a:hover {
color : red;
text-decoration : none;
}
p {
font-size : 13px;
margin-top: 0px;
text-align : justify;
padding-right: 15px;
}
h1 {
font-size: 25px;
font-weight: bold;
} 

