@charset "utf-8";
/* CSS Document */


body {
	background-color: #FC6;
	font-size: 9px;
	font-style: normal;
	color: #333;
	font-family: "Gill Sans MT";
	font-weight: normal;
	text-transform: none;
	background-image: url(logo.png);
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding: 20px;
	margin: 20px;
}
h2 {
	font-size: 54px;
	color: #333;
	background-color: #FFF;
	margin: auto;
	width: 450px;
	border: medium groove #FC3;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	padding: 20px;
}
a {
	font-family: "Gill Sans MT";
	font-size: 26px;
	text-decoration: none;
	color: #333;
}
#keskitys {
	background-color: #FFC;
	margin: auto;
	height: auto;
	width: 700px;
	border: thick groove #000;
	font-size: 16px;
	padding: 10px;
}
#footer {
	height: auto;
	width: 700px;
	margin: auto;
	background-color: #FFC;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	font-family: "Gill Sans MT";
	font-size: 36px;
	font-style: normal;
}

