@charset "UTF-8";
body {
  background-color: #6E5E43;
  margin: 0px;
  text-align: center;
}

.main-page-title{
  margin:-9999px;
  display:none;
}

.home_enter {
  background-image: url(../images/enter.gif);
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  text-indent: -9999px;
  background-position: center center;
  width: 80px;
  height: 20px;
  position: absolute;
  left: 362px;
}
#home_images {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}
#home_header h1 {
  background-image: url(../images/home_title.gif);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  width: 800px;
  height: 99px;
  margin: 0px;
}
#home_container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 400px;
  margin-top: -200px;
  width: 800px;
  margin-left: -400px;
}

#wrap {
  position: relative;
  width: 800px;
  height: 100%;
  margin: 0 auto;
}

