h1, h2, h3, h4, p
{
	color: #8AB4D6;
	text-align: justify;
}



#content
{
	position: absolute;
	left: 750px;
	top: 50px;
	height: auto;
	width: 520px;
    background-repeat : no-repeat;
}

/* Common for canvas and layers and stars*/

#sitecanvas, #pagecanvas
{
	position: absolute;
	width: 1300px;
	height: 900px;
    background-repeat : no-repeat;
}

/* Canvas */

#sitecanvas 
{
	left: 50%;
	margin-left: -650px; 
    z-index: 1;
}

#pagecanvas
{
	background-image: url('img_bio/pohja.png'); 
	z-index: 2;
}

#navianchor
{
	position:absolute;
	top: 310px;
	left: 130px;
}

