body {
  background: #180606 url('../images/bg.jpg') repeat scroll top left;
  color: #e5da99;
  font-family: Verdana;
  font-size: 8pt;
}
img {
  border: 0px;
}
body, div, img, a {
  margin: 0px;
  padding: 0px;
}
a {
  color: #fffadb;
  text-decoration: none;
}
a:hover {
  color: #fffadb;
  text-decoration: underline;
}
/*---------------------*/

#page {
  width: 800px;
  margin: 0 auto;
  overflow: visible;
    position: relative;
}

#page .left {
  float: left;
  width: 139px;
  height: 368px;

}

#page .right {
  float: right;
  width: 600px;
  height: 500px;
  border-top: 5px solid #e5da99;
  border-bottom: 5px solid #e5da99;

  background: #180606 url('../images/page_bg.png') repeat-x scroll top left;
  margin: 100px 0px 0px 0px;
  text-align: center;
  padding: 10px;

}
.flowers {
  position: absolute;
  right: -40px;
  top: 534px;
}
.header {
  clear: both;
}

.header h1 {

  text-align: center;
  font-size: 14pt;
}

.header img {
  margin: 20px auto;
  display: block;
}

.right p img {
  border: 3px solid;
  margin: 5px;
}
#menu {
  list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0px;
  
}
#menu li {
  background: url('../images/pointer.png') no-repeat top left;
  padding: 11px 0px 0px 40px; 
  margin: 0px;
  height: 35px;
}

#footer {
  padding: 10px 0px 0px 0px;
  float: right;
  clear: both;
  overflow: hidden;
  width: 600px;
}