* {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000
}
img {
	border: 0px;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
#footer {
	width: 1000px;
	clear: both;
	padding: 20px 50px 0px 50px;
	background: #fff;
	text-align: center;
	color: #999;
	z-index: -100;
	margin: auto;
}
#footer hr {
	color: #CCC;
	border: solid;
	border-width: thin;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: none;
	color: #666
}
#footer a:visited {
	color: #999999;
	text-decoration: none
}
#footer a:active {
	color: red;
	text-decoration: none
}
#footer img {
	width: 40px;
	position: fixed;
	clear: both
}
}
