body{
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
/*  background-color: #C0E8F2;
  background-image:url('http://www.hakarinteet.fi/2009/UserFiles/Image/tausta.jpg');
  background-position:top;
  background-repeat:repeat-x; 
  font-family:"Lucida Sans";
  font-size:13px;
  color: #00354C; */
  
  background-attachment:		fixed;
	background-color:		#333;
	background-image:		url('http://www.hakarinteet.fi/2009/UserFiles/Image/taustakuva.jpg'); 
	background-position:		top center; 
	background-repeat:		no-repeat; 
	margin:				0;
	padding:			0;
	background-size:		cover;
	-moz-background-size:		cover;
	-webkit-background-size:	cover;
  
}

/* border to border */
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
