#top-bar {
	background-color: rgb(0,76.0);
	font-weight: 400;
	height: 40px;
	left: 0px;
	padding: 2px 10px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
}

.top-bar-image {
	content: url('Images/topImage.jpg');
	max-height: 36px;
}

#webchat {
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 40px;
}

