﻿* {margin:0; padding:0;}

html {overflow:-moz-scrollbars-vertical;}

html, body {width:100%; height:100%; margin:0; padding:0;}

a, a:link, a:visited {color:#777; text-decoration:none;}
a:hover, a:active {color:#CCC; text-decoration:none;}

body {color:#999; font:11px/18px Verdana; text-align:left; background:#222 url(../imagens/fundoGeral.jpg) repeat-x left -50px;}

/* espacadorGeral */
#espacadorGeral {float:left; margin-top:-350px; width:100%; height:50%; visibility:hidden;}
/* fim de espacadorGeral */

/* layout */
#layout {position:relative; top:0; width:100%; height:700px; background:url(../imagens/fundo.png) no-repeat center 166px; clear:both;}

/* containerGeral */
#containerGeral {position:absolute; top:350px; left:50%; margin:-325px 0 0 -400px; width:800px; height:650px; clear:both;}
/* fim de containerGeral */

/* copyright */
#copyright {position:absolute; bottom:0; left:0; width:100%; height:auto; text-align:center;}
/* fim de copyright */
/* fim de layout */


/* hacks */
* html #layout {width:800px; background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='imagens/fundo.png');}