/* CSS Document */
body {
    background-color:#140f2f;
    /*background-color:#191432;*/
    margin:0;
    padding:0;
}

#pag {/*
	width:770px;
	height:440px;
	border:1px solid #000099;
	margin:0 auto;*/
}


html, body, #wrapper {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width:770px;
    width:980px;
    height:99.5%;
}

h1, h2 { display:none; }

h1 { font-size:20px; margin-bottom:5px; font-weight:normal; }

h2 { font-size:16px; margin-top:0; font-weight:normal; }

p { font-size:12px; }

.rodape {
    color:#EB3D00;
}

.textOculto {
    display:none;
}

/*
body {	
    font-size:0;

    background-repeat:repeat-x;

    background-image:url(../images/bg_site.png);

    background-position:center;
    _background-position:center;
}
*/


#BannerFloat {
    z-index:98984;
    
    position:relative;
    width:980px;
    height:560px;    
    margin-bottom:-560px;    
}