﻿body {
	background-position: center;
	font: 18px Comic Sans MS, Arial, Helvetica, sans-serif;
	background: center;
	padding: 0;
	margin: 0;
	background-image: url('images/flyer2.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	max-width: 1280px;
	min-height: 800px;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 80px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 60px;
	background: #;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 50px;
	color: #999;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 16px Comic Sans MS, Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

