/* CSS Document */

body{
	background: #fff url("pics/front.jpg") no-repeat;
	background-position: bottom left;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 14px;
	height: 100%;
}

html {
  height: 100%;
}

* { /* oletuksena kaikkiin */
  margin: 0;
  padding: 0;
}

b {
  color: #000;
  font-weight: bold;
  }
  
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
  }

a:hover {
	text-decoration: underline;
  }
  
  /* ETUSIVU */
 
  
#content{
width: 376px;
height: 100%;
margin-left: 68px;
}

#facts{
width: 376px;
height: 160px;
position: absolute;
left: 95px;
top: 70%;
}

#facts_right{
padding-left: 10px;
}

#nappi{
width: 411px;
height: 83px;
position: absolute;
top: 43%;
left: 40%;
z-index: 999;
}


	#footer {
				position: absolute;
				bottom: 0;
				background: url("pics/footer.jpg") repeat-x;
				width: 100%;
				height: 34px;
			}
