body {
	background-color: #231f20;
	font-family: "arial black", arial, sans-serif;
	font-size: 12px;
	color: white;
}

#container {
	width: 540px;
	text-align: left;
	padding: 10px;
	border: 1px solid #bbb;
}

#top {
	width: 540px;
	height: 75px;
	background-color: #5b5a5a;
}

#top #firmname {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 20px;
	float: left;
}

#top img {
	float: right;
	margin-right: 20px;
}

#midt {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 344px;
	width: 540px;
}

#bottom {
	background-color: #5b5a5a;
	height: 115px;
	width: 540px;
}

#footer {
	text-align: left;
	width: 540px;
	padding-top: 5px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}