body {
	background-color: #C0C0C0;
	font-family: "Century Gothic";
	margin: 0px;
	color: #CA8C35;
}
#etoNotice {
	visibility: hidden;
}
.footer {
	background-image: url(images/footertausta.jpg);
}

.header {
	background-image: url(images/tenartleikkaa.jpg);
	background-repeat: no-repeat;
	height: 311px;
	width: 700px;
}

.content {
	background-image: url(images/tausta.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 70px;
	padding-left: 50px;
	padding-top: 30px;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
	color: #C0C0C0;
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}
a:hover {
	color: #CE9442;
}
