/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	background: url(imgs/topo.jpg) no-repeat top center;
}

#barra_topo {
	width:auto;
	height:20px;
	background: #C1272D;
}


#geral {
	padding-top:200px;
	width:600px;
	margin:auto;
}

p {
	margin-bottom:10px;
}


