body {
  margin: 0;    
  padding: 0 0 30px 0;    
  text-align: center;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  line-height: 2;
  font-size: small;    
  color: black;
  background: white;
}   

* html body {
    font-size: x-small; /* IE5 Win */
    f\ont-size: small; /* other IE */
}
.float_left {
  float: left;
}


a {
  color: #cb2f32;
  text-decoration: overline;
}

a:hover {
  text-decoration: none;
}

a>span {
  color: black;
}

img {
  border: 0;
}

hr {
  background: url('./assets/22/hr.png') no-repeat;
  height: 8px;
  width: 701px;
  border: 1px solid white;
  clear: both;
}


.cleaner {
  clear: both;
}

ul.inline {
 padding-left: 0px;
 margin: 0;
}

ul.inline li {
 display: inline;
 magin-left: 0;
}

#page {
  position: relative;
  width: 842px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 90%;
}

#page-enter {
  position: relative;
  width: 424px;
  margin: 40px auto;
  padding: 0;
  text-align: center;
  font-size: 90%;
}

#logo {
  position: absolute;
  top: 20px;
}

#anim-logo {
 position: absolute;
 top: 380px;
 left: 20px
}

#menu {
  position: absolute;
  top: 150px;
  left: 0;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

#content-header {
  position: absolute;
  top: -30px;
  width: 100%;
  background: url('./assets/22/hr.png') bottom no-repeat;
}

#content {
  position: absolute;
  top: 81px;
  left: 260px;
}
