#office {
	text-align: center;
	background-color: #000;
	width: 100%;
	height: 28px;
	color: #fff;
	padding-top: 5px;
	border-bottom: 1px solid #fff;
}

#office ul li {
	display: inline;
	margin: 0 20px;
}

#office a {
	color: #ccc;
}

#office a:hover {
	color: #fff;
}
