
#navipohja
{
	position: absolute;
	width: 100px;
	height: 250px;
	background-image: url('pohja.png'); 
    background-repeat : no-repeat;	
}

#keikat_layer, #bio_layer, #disco_layer, #press_layer, #linkit_layer, #projektit_layer, #vkirja_layer, #etusivu_layer
{
	display: none; 
	z-index: 9;
	height: 250px;
}

#etusivu_layer { background-image: url('etusivu.png'); }

#keikat_layer  { background-image: url('keikat.png'); }

#bio_layer { background-image: url('bio.png'); }

#disco_layer { background-image: url('disco.png'); }

#press_layer { background-image: url('press.png'); }

#linkit_layer { background-image: url('linkit.png'); }

#projektit_layer { background-image: url('projektit.png'); }

#vkirja_layer { background-image: url('vkirja.png'); }

#etusivu_area, #keikat_area, #bio_area, #disco_area, #press_area, #linkit_area, #projektit_area, #vkirja_area
{
	position: absolute;
	cursor:pointer;
	/*border: solid 1px #ffffff;*/
	left: 0px;
	width: 100px;
}

#etusivu_area
{
	top: 6px;
	height : 17px;
}

#keikat_area
{
	top: 27px;
	height : 29px;
}

#bio_area
{
	top: 60px;
	height : 60px;
}

#disco_area
{
	top: 124px;
	height : 22px;
}

#press_area
{
	top: 149px;
	height : 24px;
}

#linkit_area
{
	top: 175px;
	height : 20px;
}

#projektit_area
{
	top: 195px;
	height : 28px;
}

#vkirja_area
{
	top: 225px;
	height : 22px;
}


