/* CSS Document */
body{
	font-size:12px;
	margin:auto;
}
.footer{
	margin:auto;
	margin-top:5px;
	background-image:url(../img-3/headerbackground.jpg);
	background-repeat:repeat-x;
	width:998px;
	height:24px;
	border:#CDCDCD 1px solid;
	text-align:center;
	line-height:24px;
}
.footer a{
	color:#333333;
	text-decoration:none;
}
.footer a:hover{
	color:#CC0000;
	text-decoration:none;
}
