html {
  height: 100%;
}

body{
  background-color: white;
  font-family: Asap, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
  background-image: url('http://www.nuortensaatio.fi/themes/2013/gfx/bg_page.gif');
  background-repeat: repeat;
} 

img {
  border: 0px;
}

#page{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  
  padding-top: 20px;
}

#menu{
    width: 200px;
    min-height: 400px;
    clear: both;
}

#content{
    background-color: white;
    border: 1px solid black;
    padding: 20px;
    width: 700px;
}

#menu ul{
    list-style-type: none;
    padding: 0;
    background-image: url('http://www.nuortensaatio.fi/themes/2013/gfx/menu_normal.png');
    background-repeat: no-repeat;
}

#menu ul li{
    text-align: center;
    line-height: 50px;
    width: 139px;
    height: 50px;
    background-image: url('http://www.nuortensaatio.fi/themes/2013/gfx/menu_normal.png');
    background-repeat: no-repeat;
}

#menu ul li:hover{
    text-align: center;
    width: 139px;
    height: 50px;
    background-image: url('http://www.nuortensaatio.fi/themes/2013/gfx/menu_active.png');
    background-repeat: no-repeat;
}

#menu ul li.nav-selected{
    background-image: url('http://www.nuortensaatio.fi/themes/2013/gfx/menu_active.png');
}

#menu a{
    text-decoration: none;
    color: black;
}