body, html {
	margin: 0px;
	padding: 0px;
	background-color: #696969;
	font-family:Verdana;
	font-size:12px;
	line-height:17px;
}

#wrap {
	position:absolute;
	top: 0px;
	left: 50%;
	width:992px;
	height:739px;
	margin-top:0px;
	margin-left: -370px; /* 1/2 leveydestä negatiivisena */
	background-color: #696969;
}

#wrap2 {
	position:absolute;
	left: 50%;
	width:900px;
	height:1300px;
	margin-top: 0px;
	margin-left: -450px; /* 1/2 leveydestä negatiivisena */
	background-color: #696969;
}

#floater {
float:right;
height:332px;
width:251px;
}

#header {
float:left;
width:598px;
height:332px;
}

#conttext {
	float:left;
	width:467px;
	height:407px;
	background:url(images/content.jpg) no-repeat;
	padding-left:135px;
	padding-right:390px;
	padding-top:25px;
	overflow:hidden;
	text-align:justify;
}
#conttext2 {
	float:left;
	width:517px;
	padding:0px;
	margin:0px;
}

#takaisin {
	text-align: right;
	padding:20px;
}

a {
color:#FFFFFF;
}
a:hover {
color:#CCCCCC;
}
a:visited {
color:#CCCCCC;
}