BODY {
  text-align:center;
  background-color: #fff;
}
#container {
  margin: 0 auto;
  text-align: left;
  width: 1135px; height: 771px;
  background-image:url(../layout/bg.jpg);
}
#page {
  position: relative;
  top: 0px; left: 0px;
}
#page, TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  color: #000;
}
#content {
  position: absolute;
  left: 216px; top:246px;
  width: 400px;
}
H2  {
  font-weight: bold;
  font-size: 1.4em;
}
H3, TH {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0px;
  font-size: 1.2em;
  text-align:left;
}

DIV.menu {
  width: 680px;
  height: 460px;
  overflow: auto;
}
TABLE.menu {
  width: 330px;
  margin-bottom: 26px;
}
TABLE.menu TD {
  vertical-align: top;
  width: 430px;
  font-weight: bold;
}
TABLE.menu TD.price {
  width: 60px;
  font-weight: normal;
  text-align: right;
}
TABLE.menu TD SMALL {
  font-size: 1.1em;
  font-weight: normal;
}

A {
  color: #d91d52;
}
#logo {
  position: absolute;
  left: 13px; top: 22px;
}
#navi {
  position: absolute;
  left: 23px; top: 182px;
}
#beachparty {
  position: absolute;
  left: 23px; top: 490px;
}

#headline {
  position: absolute;
  left: 108px; top:178px;
}
#footer {
  position: absolute;
  left: 0px; top:718px;
}
#copyright {
  position: absolute;
  left: 222px; top:750px;
  
  color: #d91d52;
}
#copyright A {
  text-decoration: none;
}
#copyright A:hover {
  text-decoration: underline;
}
