@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
}

#alue {
	width:662px;
	height:370px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	
}

.alapalkki {
	width:662px;
	height:49px;
	background-image:url(../images/alapalkki.jpg);
	background-repeat:no-repeat;
}

.aboutkeskialue {
	width:662px;
	height:284px;
	background-image:url(../images/mie.jpg);
	background-repeat:no-repeat;
}

.nimi {
	width:267px;
	height:37px;
	background-image:url(../images/nimi.jpg);
	background-repeat:no-repeat;
}

/*.galleria:hover {
	background-color:#CCCCCC;
}*/

.img
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */

}

.img:hover
{
	opacity:0.5;               /*Firefox & Chrome*/
	filter:alpha(opacity=50);   /* IE */
}


