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

body {
	background: #F8E71D;
}


#container {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#header {
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 52px;
}
#content {
	margin: 10px;
}
h1 {
	font-size: 26px;
}
#footer {
	margin: 10px auto;
	width: 900px;
	text-align: center;
	font-size: 14px;
}
