DIV#footer {
	width: 100%;
	height: 77px;
	background: url(images/footer_background.gif) repeat-x;
}

	DIV#footer DIV {
		width: 745px;
		margin: 0 auto;
		padding: 15px 0;
		
		color: #343434;
		font-size: 10px;
		line-height: 18px;
		font-weight: bold;
	}

	DIV#footer DIV A {
		color: #343434;
		text-decoration: none;
	}

	DIV#footer DIV A:HOVER {
		text-decoration: underline;
	}