@media screen, projection {
	#footer {
		width: 960px;
		height: 48px;
		background: #900;
		color: #FFF;
		font-size: 1em;
		clear: both;
	}
	#footer ul {
		padding: 12px 24px 0 24px;
	}
	#footer li {
		float: left;
		list-style: none;
	}
	#footer .footer_item {
		border-right: 1px solid #FFF;
		margin-right: 6px;
		padding-right: 6px;
	}
	#footer a {
		color: #FFF;
		text-decoration: underline;
	}
}
@media print {
	#footer {
		display: none;
	}
}
