@charset "UTF-8";
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 80px;
	font-weight: bold;
	color: #000;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 1050px;
	clear: both;
}
