body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

/* Fade */

img.fade {
  opacity: 1;
  -webkit-transition: opacity 0.1s linear;
}

img.fade:hover {
  opacity: 0;
}

/* Contact */

#contact {
	bottom: 10px;
	position: absolute;
	left: 15px;
}

#contact a {
	text-decoration: none;
	color: #555;	
}

/* Message */

#message {
	background: url(../images/underconstruction.jpg) no-repeat;
 	margin-left: auto;
 	margin-right: auto;
 	width: 860px;
 	height: 540px;
}

/* dock3 - center */
#dock3 {
	position: fixed;
	right: 200px;
	bottom: 60px;
}
.dock-container3 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item3 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #AAA; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item3 span {
	display: none;
	padding-left: 20px;
}
.dock-item3 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
