body {
	margin: 0;
	color: white;
	font-family: Georgia;
	font-size: 12pt;
	background-attachment: scroll;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	text-align:center;
}

p {
	text-align:center;
	line-height:1.75em;
	font-size:.75em;
}

h1 {
	font-family: Georgia;
	font-weight:normal;
	color: white;
	font-size: 1.35em;
	text-align: center;
}

h2 {
	color: white;
	font-size: 1.1em;
	text-align: center;
}

a {
	color: white;
}
