/*****************************************************************************
 * Sticky Footer CSS by Ryan Fait (http://ryanfait.com)               Part 2 *
 * Applies styles to the elements defined in Part 1 (lait-main.css) and it's *
 * safe to modify any of these settings. The 2 stylesheets could be compiled *
 * into a single file: keeping them separate helps to distinguish the purely *
 * decorative (this file) from the essentials that make everything work.     *
 *****************************************************************************/

* body {
	text-align: center;
	background: #f8f8f8;
}
.wrapper {
	position: relative;
	width: 930px;
	font: 0.825em Verdana, sans-serif;
	text-align: left;
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-left: 20px;
	padding-right: 20px;
}
.footer {
	position: relative;
	width: 930px;
	margin: 0 auto;
	background: url(/image/skin-bkg-footer.png) no-repeat;
	background-position: center bottom;
	border-top: 1px solid #fff;
	/*background: #c8c8c8;*/
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 930px;
	padding: 0;
	color: #a0a0a0;
	font: 0.625em Verdana,sans-serif;
	text-align: center;
}
.footer a {
	text-decoration: none;
	color: #999;
}
.footer a:hover {
	text-decoration: none;
	color: #d71920;
}
