html,body {
	height: 100%;
}

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background: transparent;
}

a {
	text-decoration: none;
}

a.valikko {
	border: 2px solid white;
	margin: 0px;
}

div.valikko {
	position: absolute;
	top: 120px;
	left: 0px;
}

div.info {
	position: absolute;
	top: 120px;
	left: 260px;
	right: 30px;
	border-top: 5px solid #0D05AD;
	border-bottom: 5px solid #0D05AD;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.teksti {
	text-align: center;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 12px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}	

img.nav {
	margin-bottom: 16px;
}

iframe,div {
	background-color: transparent;
}