@charset "utf-8";
@media only screen and (max-width:767px){
  body {
background-color:#000000;
background-repeat: repeat;
  }
}
@media only screen and (min-width:768px){
  body {
background-color:#000000;
background-repeat: repeat;
  }
}
