html { overflow-y:scroll; }
/* CSS Document */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;	
	background-color: #fff;
	background-image: url(../images/bgTop.gif);
	background-repeat: repeat-x;
}


div#container {
	height: auto;
	width: 500px;
	margin: 0 auto;
	position: relative;
}

div#slogan {
	text-align: center;
	margin-top: 75px;

}

div#logo {
	text-align: center;
	margin-top: 75px;
}

div#teksti {
	background-color: #FFFFFF;
	width: 500px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00a0c3;
}

a.linkki:active, a.linkki:link, a.linkki:visited {
	font-size:14px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00a0c3;	
}

a.linkki:hover {
	font-size:14px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bfbfbf;	
}

h1 {
	font-size: 14px;
}

p {
	font-size:11px;
	line-height: 16px;
	margin-bottom: 15px;
}

/*
div#messut {
	left: 15px;
	text-align: center;	
	z-index: 2;
	position: absolute;
	bottom: 60px;
}
*/

div#bottom {
	position: absolute;
	margin-top: 15%;
	margin-bottom: 5%;
	right: 50px;
	width: 100%;
	height: 41px;	
	text-align: right;
	background-image: url(../images/bgBottom.gif);
	background-repeat: repeat-x;
}
