h1, h2, h3, h4, h5, p
{
	color: #A4D6E9;
}

#content
{
	position: absolute;
	left: 115px;
	top: 305px;
	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_disco/pohja.png'); 
	z-index: 2;
}

#navianchor
{
	position:absolute;
	top: 37px;
	left: 222px;
}

