#wrapper {
	width: 750px;
	margin-top: 10px;
	padding: 0;
	position: static;
}

#top {
	background-color: #999;
	height: 3px;
	position: static;
	z-index: 1;
}

#center {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	position: static;
	z-index: 2;
}

#text {
	text-align: left;
	position: static;
}

#bottom {
	background-color: #999;
	margin-bottom: 30;
	height:3px;
	position: static;
	z-index: 1;
}

#menu {
	padding: 5px;
	margin-left: 30px;
	margin-top: 30px;
	width: 150px;
	z-index: 10;
	height: 400px;
	float:left;
}

#tracker {
	margin-left: 200px;
	width: 80px;
	z-index: 10;
	height: 100px;
	border: no;
	float:left;
}

#header {
	text-align: left;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0px;
	background-image: url(../kuvat/banderolli.jpg);
	background-repeat: no-repeat;
}

#imageset {
	width: 750px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	float: left;
}

.next {
	padding-top: 10px;
	float: left;
	width: 700px;
	position: relative;
	text-align: right;
}

.maincolumn {
	padding-top: 10px;
	float: left;
	width: 720px;
	position: relative;
}

.leftcolumn { 
	padding: 0px;
	width: 500px;	

	position: relative;
	float:left;
}
.rightcolumn { 
	width: 210px;	
	position: relative;
	float:right;
}

