body {
	width: 100%;
	height: 100%;
	font-size: 95%;
	background: #024;
}

div#big {
	position: absolute; top: 4em; left: 4em;
	width: 81%;
	overflow: visible;
}

div#outside {
	float: left;
	width: 80%;
	overflow: visible;
	border-top: 2px solid #ffcc99;    
	border-bottom: 2px solid #ffcc99;
	border-right: 2px solid #ffcc99;
	border-left: 2px solid #ffcc99;
}

div#container {
	background: #c3d5ff;
	border: 2px solid #024;	
	overflow: visible;
}

.top {
	color: #ffcc99;
	height: 1.25em;
	text-align: center;
	background: #024;
	overflow: visible;
}


div#footer {
	text-align: center;
	margin-top: 1em;
	padding-left: 0em;
	border-top: 2px solid #024;
}

div#footer a {
	padding-right: 1em;
	padding-left: 1em;
	display: inline;
	font-size: 85%;
	text-align: center;
	text-decoration: none;
}

div#footer a:link {
	color: #024;
	background: #c3d5ff;
}

div#footer a:visited  {
	color: #FFF;
	background: #B0C4DE;
}

div#footer a:hover {
	color:#024;
	background: #fff;
}

.here {
	padding-right: .25em;
	padding-left: .25em;
	padding-top: .25em;
	padding-bottom: .15em;
	display: inline;
	font-size: 85%;
	text-align: center;
	color: #fff;
	background: #024;
}

.footerNext {
	text-align: center;
	margin-top: -.1em;
}


