html { 
  background: url(_images/wallpaper.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	text-align: center;
}

#content {
	margin: 0 auto;
	width: 720px;
}

h1 {
	font-family: 'Rouge Script', cursive;
	font-size: 3.95em;
	font-weight: normal;
	color: #422C27;
	width: 720px;
    margin: 0 auto;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #422C27;
	margin: 0 auto;
	width: 720px;
	padding: 0 0 10px 0;
}

img {
	width: 588px;
    margin: 0 auto;
}

#leo {
	width: 48px;
	height: 68px;
	margin: 466px 0 0 -49px;
	position: absolute;
}

#leo:hover {
  cursor:pointer;
 }
 
 #emma {
	width: 52px;
	height: 58px;
	margin: 550px 0 0 -4px;
	position: absolute;
}

#emma:hover {
  cursor:pointer;
 }
 
#nic {
	width: 46px;
	height: 58px;
	margin: 496px 0 0 50px;
	position: absolute;
}

#nic:hover {
  cursor:pointer;
 }