body {
	text-align: center;
	background-color: #000000;
	background-image: url(../images/tausta.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#wrapper {
	width: 815px;
	height: 850px;
	margin: 20px auto;
	text-align: left;
	background-image: url(../images/sivutausta.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: visible;
}

#container {
	width: 590px;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 0px;
	overflow: visible;
	float: left;
}

#menu {
	width: 590px;
	height: 65px;
	z-index: 1;
	overflow: hidden;
}

#header {
	width: 590px;
	height: 250px;
	z-index: 1;
	overflow: hidden;
}

#content {
	width: 550px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 0px;
	overflow: visible;
}

#rightside {
	width: 145px;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 50px;
	z-index: 1;
	float: right;
}

#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 155px;
	height: 85px;
	z-index: 100;
}