/* CSS Document */

* {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}
body {
	background:url("img/bg-corpo.jpg") no-repeat fixed center top #000;
	font-family:'Yanone Kaffeesatz', "Trebuchet MS", Tahome, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:4px;
}
#corpo {
	width:998px;
	height:560px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-280px 0 0 -499px;
}
#topo {
	height:65px;
	padding:10px 0 0 20px;
	background:url("img/bg-topo.png");
	position:relative;
}
#nav {
	position:absolute;
	top:32px;
	right:0px;
}
#nav li {
	float:left;
	padding:0 20px 0 25px;
	border-right:1px solid #E0E0E0;
}
#nav li#last {
	border:none;
}
#nav li a {
	color:#fff;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:underline;
}
#rodape {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
#redes {
	position:absolute;
	left:0px;
	bottom:10px;
	padding:65px 0 0 20px;
}
#colecao {
	float:right;
	margin-right:20px;
	width:156px;
	height:85px;
	padding:5px 0;
	text-align:center;
}
