@charset "utf-8";
body {
	background-color: #000000;
}

* {
	margin: 0px;
	padding: 0px;
}

#tausta {
	background-image: url(keskus.jpg);
	background-repeat: repeat;
	height: auto;
	width: 1000px;
	overflow: hidden;
	margin: auto;
}

.ulkka {
	background-image: url(yla.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 1000px;
	overflow: hidden;
	margin: auto;
}

.ala {
	background-image: url(ala.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 1000px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	color: #ffffff;
}

.keskus {
	height: auto;
	width: 560px;
	margin-left: 380px;
	margin-top: 310px;
	font-family: "MS Serif", "New York", serif;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
