body {
	background-color: #AAA97A;
}#container {
	width: 600px;
	margin: 20px auto;
	height: 525px;
}#container #footer h1 {
	height: 75px;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #404d3f;
	font-weight: lighter;
}
#container #footer {
	background-image: url(imagesW/portfooter.png);
	background-repeat: no-repeat;
}
a:link {
	color: #404d3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #506b7e;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #404d3f;
}
