.top_bar{
	height: 56px;
}

.top_bar_content{
	width: 980px;
	height: 56px;
	text-align: right;
	overflow: hidden;
}

.top_bar_content ul{
	font-size: 20px;
}

.top_bar_content ul li{
	display: inline;
	margin-right: -6px;
}

.top_bar_content ul li a{
	display: inline-block;
	padding: 16px 16px;
	transition: all 0.5s ease;
}

.top_bar_logo{
	width: auto;
	height: 56px;
	float: left;
}

.splash_start{
	background: url(images/splash-site.jpg) center center / cover no-repeat;
	width: 100%;
	height:800px;
	float: left;
}