img, div { behavior: url(iepngfix.htc) };
* {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
	}
img { 
	border: none;
	}

.style1 {
	color: #FFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight:300;
}
body {
	height:100%;
	background-color:#000000;
	padding: 0px;
	margin: 0px;
	text-align:center;
	
/* Divs */

}
#wrapper {
	position:relative;
	width:100%;
	height:100%;
	margin-right: auto;
	margin-left: auto;
}
#conteudo{
	position:relative;
	margin:auto;
	margin-top:100px;
	width:770px;
	height:314px;
	background-image:url(imagens/fundoIndex.jpg);
	background-repeat:no-repeat;

}
/* dock - top */
.dock {
	position: relative; 
	height: 80px;
	margin-left:0px;
	margin-top:110px;
}
.dock-container {
	position: absolute;
	height: 80px;
	background-image:url(imagens/fundo-dock.png);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #FFF;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
