body {
	background: url("images/paper.png") repeat transparent;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	text-align: center;
	color: #272f30;
}

#container {
	width: 500px;
	padding-top: 100px;
	margin: 0 auto;
}

h1 {
	font-size: 50px;
	font-weight: normal;
	color: #9e2b20;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 24px;
}

p {
	font-size: 19px;
	
}

.copyright {
	font-size: 11px;
	padding-top: 80px;
	font-family: verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #619496;
}