/*--------------------*/
/* BASIC              */
/*--------------------*/

body {  
  background:url("img/BG.png");
  background-repeat: no-repeat;
  margin: 0 auto;
  font-family: sans-serif;
  color: #333;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{ 
  text-decoration: none;
  color: #2f2f2f;
}
a:hover{
  color: #646464;
  text-decoration: none;
}
a:focus{
  outline: none;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
 
 font-family: sans-serif;
}
h2{ 
  line-height: 23px;
}
img{
 border:none;
}
