html, body {

			background: url(marylin.jpg) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		
  font-family: 'Philosopher', cursive;
}

body{
overflow:auto;
}


#wrapper {
  position: relative;
  width: 590px;
  min-height: auto;
  margin: 150px auto;
  margin-left: 100px;
  color: #FFF;

}

.titolo {
  font-family: 'Philosopher', cursive;
  font-size: 70px;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px #000;
}

.titolo2 {
  font-family: 'Philosopher', cursive;
  font-size: 70px;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px #000;
}

.testo {
  padding-left: 5px;
  color: #000;
  text-shadow: 1px 1px 0px #555;
  font-size: 30px;
}

#wrapper p {
  font-family: 'Varela Round', sans-serif;
  color: #FFF;
  font-size: 12px;
  text-shadow: 1px 1px 0px #000;
  padding-left: 5px;
}

#footer {
  font-family: 'Varela Round', sans-serif;
  background-color: #000000;
  min-height: 30px;
  width: 100%;
  height: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  -moz-box-shadow: 0 0 2px #000;
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
}

#footer p {
  font-size: 11px;
  text-align: center;
  color: #555555;
}

#footer p a:link, #footer p a:visited {
  color: #CCC;
  text-decoration: none;
}

#footer p a:hover {
color: #FFF;
text-decoration: none;
}
