body {
	font-size: 12px;
	color: white; 
	font-family: lucida grande, sans-serif;
	background: black;
	margin: 0 auto;
}

#back {
	width: 825px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	line-height: 1.5;
	}

#content {
	width: 825px;
	height: auto;
	line-height: 1.75;
	}
	
#nav {
	width: 825px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	}
	
#contact {
	width: 825px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5;
	}
	
#footer {
	width: 825px;
	margin-top: 150px;
	margin-bottom: auto;
	line-height: 5;
	}
	
a:link { text-decoration: none; color: #ec008c }
a:active { text-decoration: #fff; }
a:visited { text-decoration: none; color: #ec008c; }
a:hover { text-decoration: none; color: #fff; }