
html {
	overflow: hidden;
}

body {
	overflow: hidden;
	background-image: url("/images/bsd-body-bg.jpg") ;
	background-attachment: fixed;
	background-color: black ;
	font-family: arial, sans-serif;
	color: white;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

h1 {
	font-weight: bold;
	font-size: small;
}

a:link { 
	color: #6666cc;
}
a:visited { 
	color: #990099;
}

#header {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;	
	left: 5px;
	width: 100%;
	height: 90px;
	overflow: hidden;
	font-weight: bold;
	font-size: x-large;	
}

#menuBox {	
	padding: 0;
	margin: 0;
	position: absolute;	
	top: 100px;
	left: 5px;
	bottom: 5px;
	width: 180px;
	overflow: hidden;
	font-size: small;	
}

#mainBox {
	padding: 0;
	margin: 5px;
	position: absolute;	
	top: 100px;
	left: 190px;
	right: 10px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: small;	
}

/* fix layout for internetExploder */
#mainBox {
	height:expression(document.body.clientHeight-110); /* 90+5+5=110 */
	width:expression(document.body.clientWidth-195); /* mainBox left + margin = 205 + 5 + 10 = 205 */
}
/* google maps infobox */
.mapinfo { color: black; }
