#page {
	width: 900px;
	height: 640px;
	margin: 1% auto;
	text-align: left;
	background-image: url(images/splash.jpg);
	position: relative;
	zoom: 1;
}

h1#title {
	color: #4173D4;
	font-size: 1px;
}

#nav {
	position: absolute;
	top: 500px;
	left: 188px;
	zoom: 1;
}

#nav a, #nav a img {
	border: none;
	margin: none;
	height: 100px;
}

#foot {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: .5em 2.5em;
	font-style: italic;
}

#foot, #foot a {
	color: #83b1d3;
	text-decoration: none;
}
#foot a:hover { text-decoration: underline; }
#foot a { margin: 0 .5em; }
