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;
}

/* border to border */
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}