viewport, html, body{
  width: 100%;
  font-size:0;
  padding: 0;
  margin:0;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#header{
  width: 100%;
  height: 131px;
  background: url(img/puu_looppi.jpg) top center repeat-x;
  margin-top:36px;
  text-align: center;
}

#menu{
  width: 970px;
  height: 30px;
  margin: 0px auto;
  background: url(img/menu_bg.png) top left no-repeat;
  text-align:center;
  padding-top: 10px;
}
#menu a{
  font: normal 13px Arial, Helvetica;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

#content{
  background: url(img/content_bg.png) top left no-repeat;
  width: 970px;
  margin: 0px auto;
  min-height: 400px;
  font: normal 13px Arial, Helvetica;
  color: #dddddd;
}

#footer{
  background: url(img/footer_bg.png) top left no-repeat;
  width: 526px;
  height: 69px;
  padding: 65px 200px 0px 160px;
  margin: 0px auto;
}

#footer .footer_box{
  font: normal 12px Arial, Helvetica;
  color: #7d7d7d;
  margin-left: 40px;
  float: left;
}

#footer a{
  text-decoration: none;
  color: #670005;
  font-weight: bold;
}

/* Sisältö */
#content h1,h2,h3{
  font: bold 15px Arial, Helvetica;
  color: #b20000;
}
#content a{
  text-decoration: none;
  color: #b20000;
}
#content a:visited{
  color: #670005;
}