BODY {
	margin: 5px;
	padding: 0;
	font: 75% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFCF4;
	text-align: center;
}
#nav {
	position: absolute;
	width: 100%;
	height: auto;
	top: auto;
	bottom: 10px;
	left: 0;
	right: 0;
}
.hide {
	display: none;
}


A {
	text-decoration: underline;
}
A:link {
	color: #039;
}
A:hover {
	color: #390;
}
A:active {
	color: #900;
}
A:visited {
	color: #606;
}
IMG {
	border: 1px solid #000;
}