body { 
	background-color: black;
	color: #ffffff;
	font-family:Helvetica,Arial,sans-serif;
	behavior: url("style/csshover3.htc"); 
	overflow-x: hidden;
	overflow-y: hidden;
}

img {
	border: none;
}

a { 
	text-decoration: none;
	border: none;
	font-family:Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #ffffff;
}

a:visited {
	color: #ff6666;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

.page {
	margin-top: 5px;
	margin-bottom: 5px;
}
.filmstrip        {
	position: absolute;
	overflow: hidden;
	cursor: w-resize;
}

.filmstrip2 {
	position:absolute;
	overflow:auto;
	cursor: w-resize;
}

#landingZone {
	overflow:hidden;
	width:100%;
}

#button_home { float:left; width: 100px; height: 33px; background: url('../images/button_home.gif') no-repeat 0 0; }
#button_books { float:left; width: 100px; height: 33px; background: url('../images/button_books.gif') no-repeat 0 0; }
#button_wiki { float:left; width: 100px; height: 33px; background: url('../images/button_wiki.gif') no-repeat 0 0; }
#button_store { display:none; float:left; width: 100px; height: 33px; background: url('../images/button_store.gif') no-repeat 0 0; }
#button_help { float:left; width: 100px; height: 33px; background: url('../images/button_help.gif') no-repeat 0 0; }

#header { position: fixed; }

#linktext { margin-left:25px; float:left; width: 300px; height:33px; font-weight:bold; z-index:10;}

#button_home:hover { background-position: -100px 0; }
#button_books:hover { background-position: -100px 0; }
#button_wiki:hover { background-position: -100px 0; }
#button_store:hover { background-position: -100px 0; }
#button_help:hover { background-position: -100px 0; }

#button_books #div_books {display:none;}
#button_books:hover #div_books {display:block;}
#div_books {
	background-color: #777777;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	position: absolute;
	padding:5px;
	width:175px;
	z-index: 10;
}

#button_help #div_help {display:none;}
#button_help:hover #div_help {display:block;}
#div_help {
	background-color: #777777;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	position: absolute;
	padding:5px;
	width:450px;
	z-index: 10;
}
.button { display:block; width:100px; height:33px; }
.button span { display: none; }

div.clear { clear:both; }