
BODY {
	background: #000000;
	margin: 0;
	font-family: Helvetica,Arial,Helvetica,sans-serif;
	color:cccccc;
	font-size: 12px;
	color: #646464;
}
A {
	display: inline;
	text-decoration:underline;
	color: #cccccc;
}


.texta {
	font-size: 10px;
	background-color: #191919;
	border: 1px solid #5c5c5c;
	width: 159px;
	height: 20px;
	color: #ffffff;
	padding: 9px 10px 2px 10px;
}



.safariwindowtitle {
	font-size: 11px; 
	font-family: lucida grande,helvetica,arial, sans-serif;
	text-align: center;
	color: #000;
}
A.safariwindowtitle:link, A.safariwindowtitle:visited { color: #000; text-decoration: none;}
A.safariwindowtitle:active, A.safariwindowtitle:hover { color: #000; text-decoration: none;}
td.safariwindowstatusbar {
	font-size: 9px; 
	font-family: lucida grande,helvetica,arial, sans-serif;
	text-align: left;
	height: 16px;
	padding-left: 10px;
	color: #000;
}



.centered {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 50%;
	margin: auto;
	background-color: red;
	color: white;
} 








html { height: 100%; }
body { 
	height:100%; /* this is the key! */ 
	margin: 0;
	padding:0; 
	width:100%; 
}

#homebg { 
	height:100%; 
	width:100%;
	background: #f00;
	background: transparent url(../images/home/main_page_background_c64_l25.gif) repeat 0 0;
} 
#homelinks {
	position:absolute;
	left:0px;
	top:20px;
}
#homelinks ul li {
	display:inline-table;
	margin:0 5px;
	padding:5px 20px;
	background:#fff;
	border:1px solid #000;

	display: inline;
	list-style-type: none;

}
#homelinks ul li a {
	padding:0;
	color:#000;
	text-decoration:none;
}
.homeform {
	background:#fff;
	border:1px solid #000;
	padding:5px 20px;
	color:#000;
}
.homeform form,
.homeform form p {
	display:inline;
	margin:0;
	padding:0;
}
.homeform form .texta {
	background-color:#fff;
	border:none;
	color:#000;
	font-size:10px;
	font-weight:bold;
	height:13px;
	padding:0;
	width:159px;
}



#map {
	width:470px;
	height: 350px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -235px;
	margin-top: -175px;
}





