@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background: #FFFFFF url(images/bg.jpg) repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: ##333333;
}
#supercontainer {
	padding-top: 15px;
	margin: 0 auto;
	width: 885px;
	background: transparent url(images/cont-bg.png) repeat-y 0 0;
	height: 100%;
}
.footerp {
	margin: 10px 0 25px 0;
}
.footerp a {
	color: #333333;
}
.footerp a:visited {
	color: #f1f913;
}
.footerp a:hover {
	color: #f1f913;
	text-decoration: none;
}