@charset "utf-8";
/* CSS Document */

#body {
	width: 100%;
	}
	
#title {
	width: 100%;
	}

#nav {
	display: none;
	}

.center {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	font-size: 14pt;
	background-color: white;
	color: black;
	}

#content:after {
	content: "CopyRight; 2008, Adam Stevens, All Rights Reserved.";
	}

#footer {
	display: none;
	}