body {
	padding: 0;
	margin: 0;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
img {
	border: none;
}

#dock {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	color: #666666;
}
.dock-item span {
	display: none;
	padding-left: 20px;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
#credits {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#credits a {
	color: #666666;
	text-decoration: none;
}
#credits a:hover {
	font-weight: bold;
	font-size: 12px;
}

