html, body {
  height: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;    
	line-height: 1.4em;
	color: #FFF;     
  background-color: #000;
  text-align: center;       /* nur fuer IEs 5.x */
}

img { border: none }

a {
	color:#FFF;	
  text-decoration: none;
}

a:hover{
  color:#F0650A;
}    

#paging {
	font-size: 14px;	
}

.currentpage {
	color: #000;
	background-color: #FFF;
}	

#box {
  clear: left;
  position: relative;
  margin: 0 auto;
  width: 1175px;          
  text-align: center;
  background-color: #000;
  overflow: none;
}