/* style for default info page */

html {
	margin: 0px;
	padding: 0px;
}

body {
	color: black;
	background: white;

	font-family:
		Corbel,
		"Lucida Sans",
		"DejaVu Sans",
		sans-serif;

	margin: 3em 20% 1em 20%;
}

h1 {
	font-size: 3em;
	color: #550000;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #550000;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #330000;
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #AA0000;
}

.fqdn {
	font-weight: bold;
}

#logo {
	background: transparent url("logo.png") no-repeat top center;
	min-width: 448px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

#logo span {
	display: none;
}

#host {
	text-align: center;
}

#contact {
	margin-bottom: 10em;
}

#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#menu {
	background: #E0E0E0;
	text-align: right;
	height: 30px;
	padding: 4px;
}

#info {
	color: #B0B0F0;
	background: #000080;
	text-align: center;
	padding: 1em 1em;
}

#copyright {
	color: #303070;
	background: #000048;
	font-size: x-small;
	text-align: center;
	padding: 1em 1em;
}
