html, body {
  margin:0;padding:0;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

h2
{
  font-family: Arial, sans-serif;
font-weight: bold;
  font-size: 14px;
}

a {
  color: #99CCFF;
}

div#center {
  width: 100%;
  text-align: center;
}

table#main {
  width: 1004px;
  margin: 0 auto 0 auto;
  text-align: left;
}

td#menu {
  background-image: url('imgs/header.jpg');
  background-repeat: no-repeat;
  height: 67px;
  color: #99CCFF;
  font-size: 14px;
  padding-left: 0px;
  background-color: #663332
}

td#content {
  vertical-align: top;
  horizontal-align: left;
  background-image: url('imgs/logo.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #FCECEC;
  color: #663333;
  width: 326px;
}
hinnasto {
  color: #663333;  
  font-size: 11px;
  }

div#innercontent {
  background-image: url('imgs/content.jpg');
  background-repeat: no-repeat;
  height: 383px;
  width: 321px;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 5px;
}

td#right {
  background-repeat: no-repeat;
  width: 680px;
  height: 483px;
}

div#footer-upper {
  background-image: url('imgs/footer-upper.jpg');
  background-repeat: no-repeat;
  height: 28px;
  background-color: #663332;
}

div#footer {
  background-image: url('imgs/footer.jpg');
  background-repeat: no-repeat;
  height: 78px;;
}

