body{background: #fff;}

#marco{
		position: absolute;
		width: 1000px;
		height: 600px;
		top: 50%;
		left: 50%;
		margin-left: -500px;
		margin-top: -300px;
		background-color: #ffffff;	

}

#logo{
  display:block;
	position:absolute;
  	width:400px;
  top:60px;
  left: 300px;
  text-align:center;
}

#img_logo{
	display:none;
	width:400px;
}
/* dock - top */
.dock {
	position: absolute; 
	top:460px;
	height: 50px; 
	text-align: center;
	width:100%;
}
/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 20px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}