BODY {
	background-color: #004687;
	background-image: url('kuvat/viiva.jpg');
	background-repeat: repeat-y;
	background-position: 401px 0px;
	margin: 0px 0px 0px 0px;
}

#mainbox {
	width: 100%;
}

#button1 {
	position: absolute;
	background-image: url('kuvat/button.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #dfdfdf;
	text-align: center;
	font-family: Arial;
	font-size: 16pt;
	color: white;
	top: 2px;
	left: 0%;
	height: 26px;
	width: 19.75%;
	z-index: 2;
}

#button2 {
	position: absolute;
	background-image: url('kuvat/button.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #dfdfdf;
	text-align: center;
	font-family: Arial;
	font-size: 16pt;
	color: white;
	top: 2px;
	left: 20%;
	height: 26px;
	width: 19.75%;
	z-index: 2;
}

#button3 {
	position: absolute;
	background-image: url('kuvat/button.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #dfdfdf;
	text-align: center;
	font-family: Arial;
	font-size: 16pt;
	color: white;
	top: 2px;
	left: 40%;
	height: 26px;
	width: 19.75%;
	z-index: 2;
}

#button4 {
	position: absolute;
	background-image: url('kuvat/button.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #dfdfdf;
	text-align: center;
	font-family: Arial;
	font-size: 16pt;
	color: white;
	top: 2px;
	left: 60%;
	height: 26px;
	width: 19.75%;
	z-index: 2;
}

#button5 {
	position: absolute;
	background-image: url('kuvat/button.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #dfdfdf;
	text-align: center;
	font-family: Arial;
	font-size: 16pt;
	color: white;
	top: 2px;
	left: 80%;
	height: 26px;
	width: 20%;
	z-index: 2;
}

#ylapalkki {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 100%;
}

#valikko {
	position: absolute;
	top: 120px;
	height: 30px;
	width: 100%;
	background-color: #a0d9f9;
	z-index: 1;
}

#keskusta {
	position: absolute;
	top: 150px;
	width: 100%;
}

#viiva {
	position: absolute;
	width: 100%;
	background-color: #a0d9f9;
	top: 600px;
	height: 4px;
}

#alapalkki {
	position: absolute;
	width: 100%;
	background-color: white;
	top: 604px;
	height: 200px;
	color: #004687;
	font-family: Arial;
	font-size: 16;
	font-style: italic;
	text-align: center;
}

#osoite {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 20%;
	color: white;
	font-family: Arial;
	font-size: 16;
	font-style: italic;
}
#teksti {
	position: absolute;
	background-color: white;
	top: 20px;
	left: 25%;
	width: 46%;
	padding: 2% 2% 2% 2%;
	color: black;
	font-family: Arial;
	font-size: 16;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

#kontio {
	position: absolute;
	top: 20px;
	left: 0%;
	width: 100%;
	color: white;
	font-family: Arial;
	font-size: 42;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#nahdaan {
	position: absolute;
	top: 70px;
	left: 0%;
	width: 100%;
	color: white;
	font-family: Arial;
	font-size: 24;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#yhteys {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 25%;
	color: white;
	font-family: Arial;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
}

#img_auto {
	position: absolute;
	top: 100px;
	left: 0px;
}

#img_logo {
	position: absolute;
	left: 500px;
	top: 90px;
}
#img_since_etu {
	position: absolute;
	left: 750px;
	top: 180px;
}

#img_logo2 {
	position: absolute;
	top: 10px;
	right: 10px;
}

#img_logo3 {
}

#img_nahdaan {
	text-align: center;
}

.menulinkki, .menulinkki:link, .menulinkki:visited {
	text-decoration: none;
	color: white;
}
.menulinkki:active, .menulinkki:hover {
	text-decoration: none;
	color: black;
}

.menuvalittu {
	color: black;
}

.margin100 {
	margin-left: 100px;
}

.noborder {
	border: none;
}


