body {
  margin: 0;
  padding: 0;
  background-image: url(images/corner.png);
  background-repeat: no-repeat;
  background-color: #663300;
  text-align: center;
  color: #555555;
  font-size: 12px;
  font-family: "Trebuchet MS", verdana, sans-serif;
}
#page {
  margin: auto;
  background-color: #ffffcc;
  width: 830px;
  text-align: left;
}
#header {
  background-color: #ffffcc;
  clear: both;
  height: 108px;
  width: 815px;
  padding-left: 15px;
  
}
a.logo {
  height: 102px;
  background-image: url(images/bakefri-header.png);
  float: left;
  width: 815px;
}
h2 {
  font-size: 20px;
  color: #663300;
  font-weight: bold;
}
a {
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #389ccb;

}
#mainarea {
  width: 830px;
  clear: both;
  padding-top: 10px;
}
#contentarea {
  float: left;
  width: 750px;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 10px;

}
#footer {
  background-color: #663300;
  background-image: url(images/footer4.png);
  width: 830px;

  clear: both;
  height: 100px;
}
#footer p {
  padding-top: 30px;
  color: #ffffcc;
  padding-left: 50px;
  line-height: 20px;
}
