body
	{
	background-image: url(../data/taustakuva.gif);
	background-attachment: fixed;
	}
	
h1
	{
	font-family: arial;
	font-size: 20;
	color: black;
	}

A:link {
	color: white;
	text-decoration:none;
		}

A:hover {
	color: #FF0000;
	text-decoration:none;
		}
		
A:active{
	color: white;
	text-decoration:none;
		}
		
A:visited{
	color: white;
	text-decoration:none;
		}
		
A:visited :hover{
	color: #FF0000;
	text-decoration:none;
		}



.ylaruutu
	{
	background-color: red;
	width: 1000px;
	height: 176px;
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	z-index: 0;
	text-align: center;
	font-family: arial;
	font-size: 16;
	color: white;
	}

	
.valikko
	{
	background-color: blue;
	width: 1000px;
	height: 20px;
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	z-index: 0;
	text-align: left;
	font-family: arial;
	font-weight: bold;
	font-size: 18;
	color: white;
	}
	
.keskiruutu
	{
	background-color: white;
	background-image: url(../data/galleriaheader1.jpg);
	width: 1000px;
	height:760px;
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	z-index: 0;
	text-align: center;
	font-family: arial;
	font-size: 16;
	color: black;
	}
	
	.kuvaruutu
	{
	width: 300px;
	height:450px;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
	border-width: 0px;
	border-color: blue;
	border-style: solid;
	z-index: 0;
	text-align: center;
	font-family: arial;
	font-size: 16;
	color: black;
	}
	
	.karttaruutu
	{
	width: 450px;
	height:450px;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
	border-width: 0px;
	border-color: blue;
	border-style: solid;
	z-index: 0;
	text-align: center;
	font-family: arial;
	font-size: 16;
	color: black;
	}
	
	.tekstiruutu
	{
	float: left;
	margin-top: 50px;
	margin-left: 40px;
	border-width: 0px;
	border-color: blue;
	border-style: solid;
	z-index: 0;
	text-align: left;
	font-family: arial;
	font-size: 16;
	color: black;
	}
	
.alaruutu
	{
	background-image: url(../data/galleriaheader1.jpg);
	background-color: blue;
	width: 1000px;
	height: 50px;
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	z-index: 0;
	text-align: center;
	font-family: arial;
	font-size: 16;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	position: fixed;
	bottom: 1px;
	left: 50%;
	margin-left: -500px;
	}