body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: white;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	margin: 30px 0 0 0;
	font: normal 70px/1.6em 'Oleo Script', cursive;
}

h2 {
	margin: 0;
	font: normal 50px/1.4em 'Oleo Script', cursive;	
}

h3 {
	margin: 0;
	font: normal 30px/1.4em 'Oleo Script', cursive;	
}

p {
	font: normal 20px/1.6em  Georgia, serif;
	color: #333;
	text-align: center;
}

#wrapper {
	width: 800px;
	text-align: center;
	margin: auto;
}

img {
  display: block;
  width: 75%;
  margin: auto;
}


.footer {
	font-size: small;
	font-style : italic;
	position: relative;
	top: 30px;
}

