/* Set a background image by replacing the URL below */
body {

  background: url('slamographie.jpg') no-repeat center center fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-color: #b9bdba;
}
#maintext {
	opacity: 0.95;
	background-color: #dbdbdb;
}
audio {
	vertical-align: middle;
	position: absolute;
	right: 5%;
}