body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #666;
	font: 10px/14px helvetica, arial, sans-serif;
	text-align: center;
}
form {
  display: inline;
}
input {
  margin: 0;
  padding: 5px 0 2px 5px;
	color: #000;
	font: 10px/10px helvetica, arial, sans-serif;
	border: 1px solid #303030;
	background-color: #666;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
p {
  padding: 20px 0 5px 0;
}
div {
	margin: 0;
	padding: 0;
}

#thegoodgerman {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#holder, #swf {
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
#footer {
	width: 771px;
	text-align:center;
	padding: 0;
	margin: 0 auto;
	position: relative;
	left:-5;
}

#footerlinks  {
	width: 336px;
	height: 25px;
	text-align:center;
	padding: 0;
	margin: 0 auto;
	display: block;
	list-style: none;
}

#footerlinks li {
	float: left;
	display: inline;
}

#footerlinks li a  {
	height: 25px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#footerlinks li span{
	visibility: hidden;
}

#footerlinks li a:hover {
	background-position: 0 -25px;
}

#footerlinks li a.sendtofriend  {
	width: 101px;
	background-image: url('../public/img/sendtofriend.gif');
}
#footerlinks li a.promotions  {
	width: 101px;
	background-image: url('../public/img/promotions.gif');
}

#footerlinks li a.tickets  {
width: 125px;
	background-image: url('../public/img/tickets.gif');
}
	
#footerlinks li a.book  {
	width: 172px;
	background-image: url('../public/img/photobook.gif');
}


#reel {
  clear: both;
  float: none;
  width: 771px;
	text-align: center;
}