@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; border:0; }
.clear { clear:both; }

html, body {
	margin:0;
	padding:0;
	
	width:100%;
	height:100%;
}

body {
	background:url(../imgs/fd.jpg) no-repeat center;
}

#tudo {
	margin:0 auto;
	width:990px;
	overflow:hidden;
	border-top:5px solid #000;
}

#topo {
	width:990px;
	overflow:hidden;
	padding:10px 0;
	border-top:5px solid #ccc;
	background:#fff url(../imgs/fd-topo.jpg) repeat-x bottom;
}

#logo {
	width:370px;
	height:80px;
	float:left;
	margin:20px 5px;
}

#selo {
	width:100px;
	height:100px;
	float:left;
	margin:10px 5px;
}

#acesse-somaseg {
	width:180px;
	height:90px;
	float:right;
	margin:15px 10px;
}

#corpo {
	width:990px;
	overflow:hidden;
}

#textos {
	width:770px;
	float:left;
}

#rodape-texto {
	width:750px;
	margin-top:10px;
	overflow:hidden;
	border-top:1px solid #ccc;
	padding:10px;
	background:#f9f9f9;
}

#bloco-rdp {
	width:250px;
	height:135px;
	float:left;
}

#banner {
	width:210px;
	float:right;
}

#rodape {
	margin-top:3px;
	padding:15px 0;
	background:#c00;
}