/*

This is the CSS file to make the design pretty. You can find
the sticky footer required CSS at the following URL:

http://ryanfait.com/sticky-footer/layout.css

*/

.wrapper {
	width: 100%;
	text-align: left;
}
.footer {
	width: 100%;
	margin: 0 auto;
	background: #000000 url(footer.gif) no-repeat 0 0;
}
.footer p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.footer a:link, .footer a:visited {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
.footer a:hover, .footer a:active {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	text-align: center;
	line-height: 20px;
}
