@charset "UTF-8";

/* - - - - -  BASIC - - - - -  */
html {
   /*overflow-y:scroll;*/
}

body {
   overflow-y: hidden;
   line-height:16px;
   letter-spacing:0px;
   margin:0 0 0 0;
   font-family:Verdana, Helvetica, sans-serif;
   color:#000000;
   font-size:12px;
   background:#342411 url(../img/bg.jpg) no-repeat top fixed;
   background-position: top= 0 right= 50% left=50%;
}

br {
   letter-spacing:normal;
}

a {
   color:#BE4F21;
   text-decoration:none;
}

a:hover {
   color:#342411;
   text-decoration:none;
}

img {
   border:0;
   
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

footer {
  position: relative;
  margin: 0 auto 0 auto;
  width:900px;
  height:auto; 
}

ul{
  border: 0;
}

li{
  border: 0;
  list-style:none;
}
/* - - - - - on main - - - - - */

#top {
  position: relative;
  margin: 0 auto 0 auto;
  width:900px;
  height:auto;
}