

/* CSS Document */
* {padding:0; margin:0; border:0;}


html {  

}

body {
  font-family: open_sansregular, helvetica, arial, verdana, "trebuchet ms", trebuchet, sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 22px;
  background: url("info.jpg") no-repeat center top #fff;
  background-size: cover;
  width: 100%;
  height: 100%;
}

