/* dark header */
#header {
	position: relative;
	height: 155px;
	overflow: hidden;
	background: #fff;
}

#logo {
	position: absolute;
	top: 15px;
	left: 25px;
	display: block;
	width:240px;
	height: 190px;
	background: url(../images/logo.png) no-repeat;
}

#top {
	height: 60px;
	padding-top: 5px;
	overflow: hidden;
	margin-left: 395px;
	margin-bottom: 10px;
	margin-right: 25px;
	color: #999;
}
