body {
text-align: center;
background: url(fundo.jpg);
}
#tudo {
margin: auto;
	width: 780px;

}
#topo {
height: 240px;
background: #0E79C4;
text-align: center;
}
/*
#lat_esq {
background: url(fundo_laterais.jpg);
float: left;
	width: 70px;
	height: 1000px;
}
#lat_dir {
	background: url(fundo_laterais.jpg);
	width: 70px;
	height: 1000px;
	float: right;
}
*/
#centro {

margin: auto;
float: left;
width: 780px;

	background: url(bg.gif);
}
#cont {
border-style: solid;
border-width: 1px;
border-color: #EBEBEB;
width: 600px;
	background: White;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	padding: 10px;
	
}

#cont:hover{

	border-style: dashed;
	border-width: 1px;
	border-color: #6495ED;
	background-color: #FBFBFB;
}

#rodape {

background-image: url(rodape.jpg);


height: 30px;
width: 780px;

	
}

#home {
	width: 100%;
}
