/* CSS Document */


#footer{
	clear:both;
	width:auto;
	padding:10px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	background:#F7F9FB;
}
#footer a{
	color: #999999;
}
#footer a:hover{
	text-decoration:none;
}
body{
	margin:0;
	background:#F7F9FB;
}