html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #holder {
	height: auto;
}

div#holder {
	position: absolute;
	top: 0;
}

body {
	font-family: verdana;
	font-size: small;
	margin: 0;
	padding: 0;
	background-image: url('../images/background.jpg');
}

div#header {
	height: 140px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-color: #909294;
}

div#link_bar {
	background-color: #395e88;
	text-align: right;
}

div#link_bar a {
	color: #ffeba4;
	font-weight: bold;
	font-size: x-small;
}

div#content {
	width: 65%;
	margin-right: 2%;
	margin-top: 2%;
	float: right;
	margin-bottom: 3em;
	background-color: white;
	padding: 10px;
	border: dashed 1px gray;
}

div#footer {
	background-color: #395e88;
	text-align: center;
	font-size: x-small;
	color: white;
	clear: both;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
}

div#footer a {
	color: white;
}
