
body {
	background: #111;
	font-family: tahoma;
}

.header {
	background: #1a1a1a; 
	height: 41px;
	margin: 0 0 10px 0;
	padding: 15px 0 0 30px;
	color: #fff;
	font-size: 12pt;
}

.header p {
	float: left;
	margin: 0 10px 0 0;
}

.footer {
	position: fixed;
	background: #1a1a1a;
	padding: 10px;
	color: #e5e5e5;
	bottom: 0;
	width: 98%;
}

.footer a,
.footer a:visited {
	color: #e5e5e5;
	text-decoration: underline;
}

.footer a:hover {
	color: #e5e5e5;
}
