body { background : #000000 }

#heading1 {
	color: black;
	font-family: arial;
	font-size: 28pt;
	text-align: center;
}

#heading2 {
	color: black;
	font-family: arial;
	font-size: 20pt;
	text-align: center;
}

#wrap {
	background: white;
	font-family: arial;
	font-size: 100%;
	margin: 40px 40px 40px 40px;
	text-align: center;
	width: 90%;
}

#left-wrap {
	background: white;
	font-family: arial;
	font-size: 100%;
	text-align: left;
	width: 65%;
}

#grey-wrap {
	background: rgb(209,203,198);
	font-family: arial;
	font-size: 90%;
	margin: 40px 40px 40px 40px;
	width: 90%;
}

#copyright {
	
	font-family: arial;
	font-size: 70%;
	align: center;
}

