* {
	margin:0;
	padding:0;
	border:0;
	font-size:0;
	line-height:0;
}

body {
	background:url(bg.gif) 50% 0 repeat-x;
	width:100%;
	overflow-x:hidden
}

#geral {
	width:960px;
	margin:0 auto 0 auto;
}

#rodape {
	width:100%;
	height:50px;
	padding:35px 0 0 0;
	overflow:hidden;
	text-align:center;
	background:url(rodape.gif) 50% 0 repeat-x;
}

#rodape p {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#fff;
	line-height:150%;
}

#rodape a {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#fff;
	line-height:150%;
	font-weight:bold;
	text-decoration:none;
}

#rodape a:hover {
	text-decoration:underline;
}