div.content {
	margin-left: 64px;
	padding-top: 72px;
	width: 608px;
	height: auto;
}

div.footer {
	margin-left: 64px;
	width: 608px;
}

#bluebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	min-height: 64px;
	color: white;
	background-color: blue;
}

#leftwhitestripe {
	position: absolute;
	left: 20px;
	top: 0;
	width: 10px;
	height: 64px;
	min-height: 64px;
	color: inherit;
	background-color: white;
}

#rightwhitestripe {
	position: absolute;
	left: 40px;
	top: 0;
	width: 10px;
	height: 64px;
	min-height: 64px;
	color: inherit;
	background-color: white;
}

#blackstripe {
	position: absolute;
	left: 30px;
	top: 0px;
	width: 10px;
	height: 512px;
	color: inherit;
	background-color: black;
}

#status {
	position: absolute;
	left: 544px;
	top: 16px;
	width: 128px;
	height: 31px;
	text-align: right;
}

#headertext {
	margin-left: 64px;
	margin-top: 12px;
	font-size: 2em;
}

#footertext {
	margin-bottom: 8px;
	font-size: 0.6em;
}

