/* -------- div's -------- */

html, body {
	height: 100%;
	background-image:url(../img/bg_container.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#d2d3d2;
}

#tudo {
	min-height: 100%;
	position: relative;
	background-image:url(../img/bg_conteudo.gif);
	background-position:center;
	background-repeat:repeat-y;
}

* html #tudo {
	height: 100%;
}

a {
  color:#1b7394;
}

a:hover {
  color:#ff3701;
}

#topo{
	text-align:center;
}

#conteudo {
	width:690px;
	margin:auto;
	text-align:justify;
}

#rodape {
	text-align:center;
	margin:auto;
}

li{margin:8px 0;}