
html, body 
{
  background-image: url("../img/Logo_BGTEXT.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 450px 450px;
  background-position: center;
  height:100%;
  width:100%;
  padding:0;
  margin:0;
  font-family: 'SansationLight';
}
