#logo {
	background-image: url("img/logo.png");
	background-size: cover;
	width: 200px;
	height: 60px;
	float: left;
}
#motto {
	float: left;
	margin-left: 40px;
}
#launch-line {
	background-image: url("img/launch_stripe.png");
	background-size: cover;
	width: 100%;
	height: 20px;
	clear: both;
}
/*Homesys styles*/
#hs_header {
	/*background-color: #60d6b9;*/
	width: 100%;
	height: 20px;
}

.hs_menu_item {
	height: 30px;
	background-color: #60d6b9;
	float: left;
	margin-left: 10px;
	text-align: center;
	min-width: 150px;
	padding-top: 10px;
	border-radius: 10px;
}

#welcome {
	border-radius: 0px;
	float: right;
	padding-left: 15px;
	padding-right: 10px;
}