#menu {
  width: 48%;
  height: 490px;
  float: left;
  text-align: right;
  line-height: 3em;
}

#image {
  margin-left: 50%;
  height: 490px;
}

#bulette {
  position: relative;
  top: -42px;
  text-align: center;
  height: 80px;
  z-index: 2;
}

#lines {
  height: 2px;
  border-top: 2px solid black;
  border-bottom: 2px solid #868686;
  font-size: 0px;
}

#footer-left {
  position: relative;
  top: -42px;
  left: 7%;
  float: left;
}

#footer-right {
  position: relative;
  top: -34px;
  right: 7%;
  float: right;
}

#content {
  margin-bottom: 42px;
  font-size: 12px;
}

#flashcontent {
  height: 100%;
}


body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.3em;
  height: 100%;
}

html {
  height: 100%;
}

img {
  border: 0px;
}

a:link, a:visited {color: #646464; font-weight: bold; text-decoration: none;}	
a:hover, a:focus {color: black;}
a:active {color: black;}