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

body {
	font-family: "Lucida Grande", Georgia, sans-serif;
	font-size: 67.5%;
	background:url(images/bg-x-tile.jpg) repeat-x;
}

p {
	font-size: 1.1em;
	line-height: 1.6em;
}

#bottom_fade {
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0px;
	position:fixed;
	background: url("images/bottom-fade.png") bottom center repeat-x;
}

#content {
	width:  1000px;
	height: 670px;
	top: 50%;
	left: 50%;
	z-index:2;
	background-color:#FFFFFF;
	margin-top: -335px;
	margin-left: -500px;
	position: absolute;
}
	
a:link {
	color: #000000;
	text-decoration: none;
}
