body {
	color: #000000;
	font-style: normal;
	background-color: #F6F7F5;
	margin: 0px auto 0px auto;
	text-align:center;
	background-image:url('images/background.png');
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}
a:link {
	color: #101010;
	text-decoration: none;
}
a:visited {
	color: #121212;
	text-decoration: none;
}
a:hover {
	color: #414141;
	background-color: #ADADAD;
	text-decoration: none;
}
a:active {
	color: #AAAAAA;
	text-decoration: none;
}
#header {
	position: absolute;
	visibility: hidden;
	z-index: 2;
	margin: 0px auto 0px auto;
	background-color: #C7C7C7;
	height: 20px;
	width: 100%;
	font-family: lucida console;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
	#text {
		float:right;
	}
	#twitter {
		float:right;
	}
	#facebook {
		float:right;
	}
#content {
	position: relative;
	visibility: hidden;
	clear: both;
	z-index: 1;
	margin: 0px auto 0px auto;
	font-family: lucida console;
	font-size: 16px;
	width: 652px;
}
	#headerspacer {
		position: relative;
		height: 20px;
	}

	#pre {
		position: relative;
		z-index: 2;
		margin: 0px auto 0px auto;
		height: 20px;
		font-family: lucida console;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}
	#definition {
		position: relative;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		background-color: #EFEFEF;
		font-family: lucida console;
		font-size: 16px;
		line-height: 20px;
		text-align: justify;
		padding: 10px 10px 10px 10px;
	}
	#post {
		position: relative;
		z-index: 2;
		margin: 0px auto 0px auto;
		height: 20px;
		font-family: lucida console;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}
	#footerspacer {
		position: relative;
		z-index: 2;
		height: 20px;

	}
#footer {
	position: absolute;
	visibility: hidden;
	z-index: 3;
	margin: 0px auto 0px auto;
	height: 20px;
	width: 100%;
	background-color: #C7C7C7;
	font-family: lucida console;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}