/* Sivun elementit */

html,body{
    height:100%;
    margin:0;
    padding:0;
}
body {
	background: #FFFFFF url(tausta.gif) no-repeat;
	background-attachment: fixed;
    background-position: 50% 50%;
	z-index: +10;
	min-width:900px;
    min-height:600px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #000000;
}

#keskitys {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-300px;/* half elements height*/
    margin-left:-450px;/* half elements width*/
    width:900px;
    height:600px;
    overflow:hidden;/* allow content to scroll inside element */
    text-align:left;
}

#kulma {
	background: url(piiri_kulma.png) no-repeat;
	width: 225px;
	height: 125px;
}
