html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:-2px;
	left:8px;
	overflow:auto;
	z-index:2;
}
#container {
    font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
    width: 780px;
    margin: 0 auto;
}
#container p {
    text-align: center;
}
#logo {
   float: left;
    width: 217px;
    margin-bottom: 50px;
}
.nav {
	font-size: 18px;
	font-weight: bold;
	clear: both;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color: #FFF;
	padding-left:38px;
}
a.nav{
	text-decoration:none;
	color:#FFF;
}
a.nav:link{
	text-decoration:none;
	color:#FFF;
}
a.nav:hover{
	color:#0CF;
	text-decoration:underline;
}
a.nav:visited{
	color:#FFF;
}
a.foot{
	text-decoration:underline;
	color:white;
}
a.foot:hover{
	text-decoration:none;
	color:#0CF;
}
a.foot:visited{
	text-decoration:underline;
	color:white;
}
.bodylink {
	clear: both;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #FFF;
}
a.bodylink{
	color:#0CF;
	text-decoration:none;

}
a.bodylink:hover{
		text-decoration:underline;
		color:#FFF;
}
a.bodylink:visited{
	color:#0CF;
}
.picture{
	border:4px #000 double;
}
h1{
	color: #0CF;
}
h2{
	color:#0CF;
}
h3{
	color:#FFF;
}
