html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:#111111; 
font-size:10px; 
font-family:Arial,Sans-serif;
color:white;
}

body {
margin: 0px 5px 0px 5px;
padding: 0 0 25px 0; /* bottom padding is height of #bottomFrame */

} 

#paginate {
width:15px;
height:15px;
border:0px solid #f2f2f2;
text-align:center;
padding:3px;
margin-right:3px;
}

#noSel {
width:15px;
height:15px;
color:#666666;
border:0px solid #f2f2f2;
padding:3px;
margin-right:3px;
text-align:center;
}

#selectPage {
border:0px solid #f2f2f2;
width:15px;
text-align:center;
padding:3px;
background:#666;
color:#fff;
margin-right:3px;
}

#puzzleContainer {
margin: 0px auto -1px auto;
width:100%;
clear:both;
text-align:center;
overflow:hidden;
} 

#imageHolder  {
float:left;
margin-right:5px;
margin-bottom:5px;
padding:5px;
color:#000000;
font-size:smaller;
border: 1px solid #3F3F3F; 
text-align:center;
background:#111111;
}  

#imageHolderAdmin  {
float:left;
margin-right:5px;
margin-bottom:5px;
padding:5px;
color:#000000;
font-size:smaller;
border: 1px solid #fff; 
text-align:center;
background:#fff;
}  




#buttons{
float:left;
position:relative;
left:50%;
text-align:left;
}
#buttons ul{
list-style:none;
position:relative;
left:-50%;
}

#buttons li{float:left;position:relative;}/* ie needs position:relative here*/

#buttons a{
margin-right:5px;
margin-bottom:5px;
float:left;
border: 1px solid #5f5f5f; 
color:#000000;
padding:5px;
text-align:center;
white-space:nowrap;

}





 div#footer{
	height: 25px;
	color: #000;
	background-color: #111111;
  position: fixed;
  bottom: 0;
  left: 0;
  padding:2px;
  width: 100%;

 }
/* hide from mac ie5 \*/
#footer {
  position: absolute;
  }
/* end hide from mac ie5 */
html>body #footer {
  position: fixed;
  }




a {
color:white;
text-decoration:none;
}

.CT {
	color: #fff;
	width: 139px;
	z-index: 13000;
	background: #666;
}
 
.CT {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
 
.CT {
	font-size: 11px;
	padding: 4px 8px 8px;
}