
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
	background-color:#660000;
	background-image:url(../images/tausta.png);
	background-repeat:no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 padding: 0px 0px 0px 0px;
}

#header {
 width: 900px;
 padding: 0px;
 height: 70px;
 margin: 0px 0px 0px 0px;
 background-color: #CC0000;
 background-image: url(../images/header2.png);
 background-position: left top;
 background-repeat: no-repeat;
 position:fixed;
 z-index:9999;
 
 }
 
 #topnavi {
 width: 898px;
 padding: 0px 0px 0px 0px;
 height: 36px;
 margin: 0px 0px 0px 0px;
 background: #660000;
 background-image: url(../images/navitaus.png);
 background-position: left top;
 background-repeat: no-repeat;
 border-left:1px;
 border-left-style: dotted;
 border-left-color: #cc0000;
 border-right:1px;
 border-right-style: dotted;
 border-right-color: #cc0000;
 position: fixed;
 top:70px; 
 z-index:9999;
 
 }

#topnavi A {color: #ffffff; font-weight:bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 0px 0px 0px 20px; }
#topnavi A:hover {color: #999999; font-weight:bold; text-decoration: none;}
#topnavi A:active {color: #cccccc; font-weight:bold; text-decoration: none;}
div.topnavi {margin: 5px 10px 10px 70px; width:90%; max-width:898px;}

#p{
 width:900px;
 min-height:800px;
 background-color:#cccccc;
 margin: 0px 0px 0px 0px;
 position: fixed;
 top:106px; 
 z-index:9999;
  }


div.palaute{background-color:#ffffff; color: #666666; font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-style:normal; font-weight:normal; margin: 5px 10px 10px 160px; padding: 5px 10px 10px 20px;} 
.palaute{
	border: 1px;
	border-style:dotted;
	border-color: #333333;
	width: 500px;
	
}

