.footer {
	position:relative;
	bottom:0px;
	text-align:left;
	width:100%;
	height:50px;
	margin-top:25px;
	background-image: url(../../../image/footer_background.png);
}

.footer_inside {
	font-size:10px;
	color:#999999;
	width:900px;	
	padding-top:18px;
}

a.small, a.small:visited {
	cursor:pointer;
	color:#FFFFFF;	
	text-decoration:none;
}

a.small:hover {
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:underline;
}