.footerBox {
	font: 10px arial, sans-serif;
	text-align: center;
	position: relative;
	top: 300px;
}

.footerTop {
	height: 20px;
	background: url(/images/footerbg.png) repeat-x;
	width: 100%;
	z-index: 10;
	overflow: hidden;
}

.footerBox .footer {
	padding: 30px 0px 20px 0px;
}

.footerBox a:link,a:visited{
	text-decoration: underline;
	color: #496F86;
}

.footerBox a:hover {
	text-decoration: none;
}

