html {
	min-height: 100%;
	height: auto;
	margin:0;
	padding:0;
	}
	

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}

body {
	margin:0;
	padding:0;
	z-index:2;
	width:auto;
	min-height:100%;
	background:url(images/background.jpg);
	background-color:#000000;
	background-attachment:fixed;
	margin-bottom: 0;
	padding-bottom: 0;

}
.leipateksti {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:7px;
	margin-bottom: 15px;

}
.otsikko {
	color: #FFFFFF;
	font-family: Impact, Arial Black, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	padding-left:7px;

}

#everything {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image:url(images/kielet.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
#footer {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image:url(images/loppu.png);
	background-repeat: no-repeat;
	background-position: bottom left;

	}
.floatbottom {
	position: absolute;
	bottom: 0;
}
.floattop {
	vertical-align: top;
}
