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

* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	margin: 0;
}
body {
	background: #ccc;
}

div#topo {
	background: url(../imagens/bgtopo.jpg) no-repeat top center;
	width: 490px;
	height: 60px;
	margin: 0 auto;
	padding: 67px 0 0 450px;
}
div#topo a{
	text-decoration: none;
	font-size: 16px;
	color: #0C6D9D;
	padding:  2px 5px;
}
div#topo a:hover{
	background-color: #0C6D9D;
	color: #FFF;
}
div#main {
	width: 880px;
	padding: 20px;
  	min-height:300px;
  	height:auto !important;
 	height:300px;	
	margin: 0 auto;
	background: url(../imagens/bgmain.jpg) repeat-y center;
}
div#footer {
	width: 940px;
 	height:300px;	
	margin: 0 auto;
	background: url(../imagens/bgfooter.jpg) no-repeat top center;
}

