#header {
	width:100%;
	background-image:url(images/logo_repeat.gif);
	background-repeat:repeat-x;
	height:30px;
}
img {
	border:none;
}
#footer {
	width:100%;
	background-color:#333;
}
#footer_info {
	text-align:center;
	margin:0 auto;
	font-size:12px;
	color:#FFF;
	padding-bottom:10px;
}
#info {
	padding:5px;
}
#count a:link, #count a:visited {
	color:#CCC;
	text-decoration:none;
}
#count a:hover {
	color:#999;
	text-decoration:underline;
}
