* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Lucida Grande", Georgia, sans-serif;
	font-size: 67.5%;
}



#page_wrap {
	width: 592px;
	z-index: 1;
	margin: 10px auto;
}

#bottom_fade {
	width: 592px;
	height: 200px;
	z-index: 99;
	position:absolute;
		top: 32px;
	background: url("fade.png") bottom center no-repeat;
}
