html, body {
  margin:0; 
 /* background-image:url('DSCF2787.jpg'); */
  padding:0; 
  width:100%; 
  height:100%; 
  text-align:center;
  background-color:#E0E0E0;
  overflow:hidden;
  background-size: cover;
}

#main {
  position:absolute;
  font-size:250px;
  font-family:helvetica,sans-serif;
  font-weight:bold;
  color:#EFEEEE;
  opacity:0.06;
  width:100%;
  word-wrap: break-word;
}

