div#container {
	height: 500px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D70000;
}
h1 {
	font-family: "trebuchet MS";
	font-size: 2em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 700px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 1.7em;
	color: #000;
	text-align: center;
	width: 700px;
	font-family: "trebuchet MS";
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
p {
	font-size: 1.5em;
	color: #000;
	text-align: center;
	width: 700px;
	font-family: "trebuchet MS";
	line-height: 2em;
}
