body {
	margin: 0;
	border: 0;
	padding: 0;
	height:100%; 
	overflow-y:auto;
	}
	
a.button, a.button:visited {
	display: block; 
	width: 155px; 
	height: 40px; 
	text-align: center; 
	background: url(images/button-over.png) no-repeat 0px 0px; 
	font: bold 12px/40px arial, sans-serif; 
	color: #000; 
	text-decoration: none;
	}
a.button:hover {
	background-position: 0px -46px; 
	color: #666;}
	
a.footer, a.footer:visited {
	margin-left: 10px;
	font: 8px arial, sans-serif;
	}

a.top, a.top:visited {
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
	font: bold 12px arial, sans-serif;
	}

#intro {
	font-family:lucida sans;
	font-size:20pt;
	color:#000000;
	}
	
#main {
	font-family:lucida sans;
	font-size:16pt;
	color:#000000;
	}
	
#container {
	display:block; 
	padding:10px;
	}
	
#menu {
	position:fixed; 
	display:block;
	background: url(images/menu.png) repeat-x;
	width: 100%;	
	bottom:0px;
	left:0px; 
	z-index:5; 
	}
	
* html #menu {
	position:absolute;
	bottom:-1px;
	width: 100%;
	}
