@charset "utf-8";


body {
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center top;
	background-image: url(../images/background.jpg);
}

.footer {
	background-color: #000000;
	background-repeat: repeat-x;
	background-image: url(../images/footerbg.gif);
}

