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

* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	text-align:center;
}

h1 {
	text-indent:-5000px;
	background: url(imagens/index_logo.jpg) no-repeat center;
	height:264px;
}

h2 {
	margin-top:30px;
}

.foo {
	display:block;
}

