@charset "UTF-8";
/* CSS Document */

*{margin:0px;
padding:0px;
}

body {
	text-align: center;
	background-repeat: repeat-x;
	background-color: #BB200C;
}
#wrapper{
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
	width: 950px;
}

a,a:link, a:hover, a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: auto;
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	margin-bottom: 10px;
}
