body {
  padding:0px;
  margin:0px 0px 0px 0px;
  text-align:center;
  font-family:Arial;
  font-size:12px;
  background-image:url(../img/background.png);
  background-position:center;
}

.bottom_link {
  color:#ffd700;
}

.bigDiv {
  padding:0px;
  margin:auto;
  width:750px;
  height:100%;
  text-align:center;
}

.logo {
  margin: 20px 10px 10px 5px;
  width: 705px;
  height: 61px;
  background-image:url(../img/logo.jpg);
  background-repeat:no-repeat;
}

.menu {
  padding-bottom:10px;
}

.contentDiv {
  margin:auto;
  width:740px;
  height:100px;
  background-color:#ffffff;
  overflow:scroll;
}

.searchLogo {
  background-image:url(../img/blop.jpg);
  background-repeat:no-repeat;
  padding: 19px 85px 15px 85px;
}

.button {
  background-image:url(../img/buttons/button.png);
  background-repeat:repeat-x;
  height:30px;
  color:#ffffff;
  font-weight:bolder;
  text-align:center;
  cursor:hand;
  cursor:pointer;
  background-position:0 0;
}

.button_left {
  background-image:url(../img/buttons/button_left.png);
  background-repeat:no-repeat;
  width:22px;
  height:30px;
}

.button_right {
  background-image:url(../img/buttons/button_right.png);
  background-repeat:no-repeat;
  width:22px;
  height:30px;
}

.button_separator {
  background-image:url(../img/buttons/button_separator.png);
  background-repeat:no-repeat;
  font-size:1px;
  width:2px;
  height:30px;
}