body {
	font: 11px Arial, Helvetica, sans-serif;
	//background: #ffffff url(images/main-bg.gif);
	background: #111;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* dock */

@font-face {
	font-family: DockCustomFont;
	src: url(Antipasto.ttf);
}

#dock {
	width: 100%;
	top: 300px;
	position: absolute;
	left: 0px;
}
.dock-container {
	position: absolute;
	height: 50px;
	//background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block; 
	font: 20pt DockCustomFont;
	width: 40px; 
	color: #EEE; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item span {
	display: none;
	padding-left: 20px;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

/* title */

@font-face {
	font-family: TitleCustomFont;
	src: url(Sketch_Block.ttf);
}

#title {
	width: 100%;
	top: 400px;
	position: absolute;
	text-align: center;
	font: 60px TitleCustomFont;
	color: #EEE;
}