* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	background-image: url(tausta.png);
	font-family:Arial, Helvetica, sans-serif;
	color: white;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -352px;
	padding: 0 40px 0 40px;
	width: 600px;
	height: 100%;
	border-left: 12px solid #a61e2a;
	border-right: 12px solid #b48a58;
	background-color: #24160d;
	color: #ffffff;
	text-align: center;
}

object {
	margin-top: 5%;
}

h1 {
	margin: 20px 0px 10px 0px;
  font-size: 20px;
}

p {
	margin: 5px 0px 20px 0px;
	text-align: justify;
font-size: 13px;
}

a, a:visited {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

