html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0px;
	padding: 0px;
}
.header {
	height: 100px;
	background-color: #09F;
}
.header h1 {
	padding-top: 30px; 
	color: white;
	text-align: center;
}
.content {
	width: 960px;
	margin: 0 auto;
}
.footer {
	margin-top: 10px;
	height: 100px;
	background-color: gray;
}
.footer h3 {
	padding-top: 20px;
	color: white;
	text-align: center;
}