@charset "utf-8";
/* CSS Document */

/* Zerando alguns atributos padroes do css */
* {margin: 0; padding: 0; border: 0 none; list-style-type: none; text-decoration:none;}

body {margin:0; width:100%; font-family:Verdana, Geneva, sans-serif;}

#pg_index {background: #0C0C0C url(../images/bg_index.jpg) no-repeat center top;}

#geral {width:1000px; margin:0 auto; position:relative;}
