@charset "UTF-8";
body {
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#centered {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
#centered  #paavalikko {
	width: 830px;
	padding-bottom: 15px;
}
#centered #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 830px;
	line-height: 1.5;
}
#centered #content #kuva {
	padding: 5px;
	float: left;
	height: 400px;
	width: 400px;
	background-color: #000000;
}
#centered #content #teksti {
	padding: 5px;
	float: left;
	height: 400px;
	width: 400px;
	overflow: auto;
	background-color: #000000;
}
#centered #content #teksti h1 {
	margin-top: 0px;
	color: #FFCC33;

}
a, a:hover, a:visited {
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}
#centered #content #teksti h2 {
	margin-top: 0px;
	color: #FFCC33;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}
