* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}

p {
	font-size: 15px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

#page_wrap {
	width: 600px;
	z-index: 1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#bottom_fade {
	width: 600px;
	height: 200px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("bottom-fade.png") bottom center no-repeat;
}
