#logoHome {
	height: 64px;
	left: 50%;
	margin-left: -150px;
	margin-top: -32px;
	position: absolute;
	top: 35%;
	width: 300px;
}
#bar {
	background: url(../global/homeBar.gif) 50% 0 no-repeat;
	height: 80px;
	left: 0;
	line-height: 70px;
	margin-top: -40px;
	position: absolute;
	top: 60%;
	width: 100%;
}
#bar a {
	border: 1px solid #60799b;
	border-right-width: 0;
	font-size: .8em;
	letter-spacing: .15em;
	margin: 0;
	padding: .1em .4em;
	text-decoration: none;
}
#bar a:hover {
	background-color: #566C86;
	color: #fff;
}