/* Empty. Add your own CSS if you like */
body{
  margin:0px;
  padding:0px;
}

#turn{
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  background-color:white;
  background-image:url('/assets/turn.jpg');
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 100%; 
  display:none;
}


