/* commented backslash hack for ie5mac \*/ 
/*html, body{height:95%;} */
/* end hack */

/*div {
position: absolute;
left: 50%;
top: 50%;
margin-top: -117px; 
margin-left: -375px;
}*/


body { 
 background-color: black; 
 color: white; 
 font-family: Tahoma;
 font-size: 85%;
 }

#content, #head, #footer {
 position: relative;
 width: 750px;
 /*height: 800px;*/
 margin: 0 auto 0 auto;
}
#head {
 text-align: right;
}
a img {
 border: 0;
}
#next {
 position: absolute; 
 right: 0;
}
#prev {
 position: absolute;
 left: 0;
}
#menu {
text-align: right;

}
#menu li {
display: inline;
margin-left: 20px;
}
#menu li a {
 color: white;
 text-decoration: none;
 font-weight: bold;
}
#footer {
margin-top: 30px;
text-align: center;
font-weight: bold;
}
#thumbs {
 position: relative;
 clear: both;
 width: 750px;
 padding: 0; 
 margin: 0 auto 0 auto;
 text-align: center;
}
#thumbs li {
display: inline;
padding: 1px;
margin: 0;
width: 78px;
}
.center {
 text-align: center;
}