@CHARSET "ISO-8859-1";
#footer{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background: url("../img/footer-bg.png");
	height: 40px;
	line-height: 40px;
}

#footer p{
	cursor: default;
}

#footer p a{
	color: #fff;
}

#footer p a:hover{
	color: #cc3b3b;
}
