#tudo {
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
    }

#logo {
	width: 980px;
	margin-top:-10px;
    }
	
#assinatura {
	width: 150px;
	margin-left:800px;
	margin-top:50px;
	}
	
#cop {
	width:500px;
	height:50px;
	margin-top:20px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
a.novassinatura{
	position:absolute;
	width:96px;
	height:19px;
	left:870px;
	top:626px;
	z-index:999;
	background:url(../img/novassinatura.png) no-repeat top center;
}
a.assinatura{
	position:absolute;
	width:42px;
	height:37px;
	margin-left:928px;
	margin-top:610px;
	left:0;
	top:0;
	background:url(img/assinatura.png) no-repeat top center;
}

a.assinatura:hover{
	top:-1px;
	height:38px;
	background:url(img/assinatura.png) no-repeat bottom center;	
}	


#desenvolvido_por{
	position:absolute;
	width:150px;
	height:15px;
	top:620px;
	text-align:right;
	left:770px;
}

.texto2{
	font-family:'Arial', Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	color:black;
}