body {
	background: url('paper.jpg') top left no-repeat;
	font-family: "Playbill";
}

body a {
	color: #000;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
div#container {
	width: 600px;
	margin: 90px auto;
}

div#nav {

}

div#header {
	position: relative;
}

img#logo {
	position: absolute;
	top: 0;
	left: 40px;
}

div#nav ul {
	list-style: none;
	font-family: Georgia;
	padding-left: 0;
	text-align: center;
}

div#nav ul li {
	display: inline;
	padding: 0 5px;
}

h1 {
	text-align: center;
	font-size: 72px;
	line-height: 100px;
	margin: 50px 0;
}

h3 {
	font-size: 48px;
	margin-bottom: 15px;
}

p {
	font-family: "Georgia";
}

#footer p {
	margin-top: 160px;
	padding: 5px;
	border-top: 1px solid;
	font-size: 12px;
}