#bottom {
	position: relative;
	height: 80px;
	width: 100%;
	margin: 0px;
	text-align: center;
	/*background: rgb(237, 125, 49);*/
	background: rgb(0, 0, 255);
	color: black;
}

#bottom_contact {
	position: relative;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	color: white;
}

#bottom_contact a {
	color: white;
}

#bottom_contact a:hover {
	color: black;
}