/* fontes */
h1, h2, h3, h4, h5, h6, p, a, input { font-family: Arial, sans-serif; }

/* cabecalho */
#bg_header { height: 390px; width: 100%; display: block; background: transparent url(../../../src/img/body_bg/header.jpg) repeat-x; }
	#bg_header #header { width: 1000px; display: block; height: 100%; margin: 0 auto; position: relative; }

/* testemunho */
#bg_testimony { height: 75px; width: 100%; display: block; background: transparent url(../../../src/img/body_bg/testimony.jpg) repeat-x; }
	#bg_testimony #icon { width: 1000px; height: 75px; display: block; margin: 0 auto; position: relative; }

/* corpo */
#bg_body { width: 100%; display: block; background: #f6f3f0 url(../../../src/img/body_bg/body.jpg) repeat; }
	#bg_body #body { width: 1000px; display: block; margin: 0 auto; position: relative; }

/* rodape */
#bg_footer { height: 350px; width: 100%; display: block; background: transparent url(../../../src/img/body_bg/footer.jpg) repeat-x; }

/* cleaner */
div.clear { clear: both; }