body {
	background-image: url(../images/bg.gif);
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
}

#topo {
	height: 350px;
	margin: 0 auto -40px;
	background-image: url(../images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#icones {
	width: 820px;
	margin: 0 auto;
	text-align: right;
	padding-top: 10px;
}

#conteudo {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 912px;
}
			
.box { 
	width: 200px; 
	height: 200px; 
	margin: 0 6px 12px 6px;
	float: left; 
	background: #1d1d1d; 
	border: solid 8px #1d1d1d; 
	overflow: hidden; 
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.box img { 
	position: absolute;
}

h1 {
	display: block;
	margin: 10px;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
}

.legenda {
	display: block;
	margin: 0 10px;
	height: 135px;
	color: #888888;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

.links {
	display: block;
	clear: both;
	text-align: center;
	color: #888888;
	text-transform: uppercase;
	font-size: 9px;
	word-spacing: 3px;
}

.links a {
	color: #399aca;
}

.links a:hover {
	color: #fb772e;
}

#rodape {
	display: block;
	clear: both;
	width: 820px;
	height: 100px;
	margin: 0 auto 40px;
	padding: 0 40px;
	background-color: #1d1d1d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#rodape a {
	font-size: 9px;
	text-transform: none;
	color: #888;
}

#rodape a:hover {
	color: #fff;
}

#rodape p {
	float: left;
	font-size: 9px;
	line-height: 13px;
	text-align: left;
	color: #888888;
	margin-top: 50px;
}