html, viewport,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding:0;
	font-size:0px;
}

body{
  background: url(img/body_bg.png) top left repeat-x #ffffff;
}
img {
  padding:0;
  margin:0;
}

#container{
  width:1200px;
  margin: 0px auto 0px auto;
  text-align: center;
  height: 100%;
}

#menu a{
  text-decoration: none;
  color: #159cfb;
  height: 33px;
  font: bold 12px Arial, Helvetica;
  padding-bottom: 10px;
  margin-right:20px;
}


#menu a:hover{
  color: #bbd3fc;
}

#menu a:hover.laatu{
  color: #42fb46;
}


#menu{
  width:895px;
  height: 25px;
  text-align: center;
  margin: 0px auto;
}

#content a{
  text-decoration: none;
  color: #000000;
}
#content h1{
  font: bold 14px Arial, Helvetica;
  color: #2b70fb;
  padding-bottom: 3px;
  border-bottom: 1px solid #000000;
}

#content h2{
  font: bold 13px Arial, Helvetica;
  color: #2b70fb;
  padding-bottom: 2px;
  margin-bottom:0px;
}
#content a.h2{
  font: bold 13px Arial, Helvetica;
  color: #2b70fb;
  padding-bottom: 2px;
  margin-bottom:0px;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}
#content a.h3{
  font: bold 13px Arial, Helvetica;
  color: #2b70fb;
  padding-bottom: 2px;
  margin-bottom:0px;
  text-decoration: none;
  margin-right: 10px;
}

#header{
  margin-bottom:20px;
}

#content{
  width: 895px;
  height: 368px;
  background: url(img/content_bg.png) top left no-repeat;
  font: normal 12px Arial, Helvetica;
  color: #424242;
  margin: 0px auto;
  margin-bottom: 20px;
  text-align:left;
  padding:4px;
}

div.viiva{
  height: 5px;
  border-bottom: 1px solid #000000;
  margin-bottom: 5px;
  display: block;
  width:100%;
  font-size:0px;
}

#footer{
  margin: 0px auto;
  margin-top: 20px;
}