﻿#footer {
	display:inline;
	float:left;
	width:900px;
	height:41px;
	background-image:url('../../Images/bg_footer.jpg');
	background-repeat:no-repeat;
	text-align:center;
}

#footer p {
	margin:6px;
	padding:0px;
	line-height:28px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:White;
}

#footer a {
	font-size:11px;
	color:White;
	text-decoration:none;
}

#footer a:hover {
	font-size:11px;
	color:White;
	text-decoration:underline;
}

