#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 155px;
}

#content {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 67px;
	text-align: center;
	line-height: 70px;
}

h4 {
	color: #04183B;
	font-size: 1em;
	font-weight: bold;
}

a:link, a:visited {
	color: #1C7CFF;
}

a:hover {
	color: #75C500;
}