#banner
{   
    width: 776px;
    height: 113px;
    background-position: right bottom;
    background-repeat:no-repeat;
    background-image:url("/BOB/MULTIMIDIA/HOME/bobd00im_landing_imagem_topo.jpg");
}

#banner_inferior
{   
    width: 776px;
    height: 113px;
    
    background-position: 30% 45%;
    background-repeat:no-repeat;
    background-image:url("/BOB/MULTIMIDIA/HOME/bobd00im_logo_banrisul_trusteer.gif");
}

#servidor
{
	float:left;
	margin-left:5px;
	color:#CCCCCC;
}

#texto
{
    float:left;
    width:auto;
}

html
{
	height: 100%;
}

body
{   margin:0px;
    padding:0px;
    width:100%;
    font-size:11px;
    font-family:tahoma,verdana,sans-serif;
    color:#606060;
    background-color:#ffffff;
   	min-width:776px;
   	height:100%;   	
}

#pagina {
	width:776px;
	margin:0px;		
	position:relative;	
	height: 100%;
}

a
{ 
    text-decoration:none;
    color:#3070BB;
}

a:hover
{
    text-decoration:underline;
    color:#20509B;
}    

a:focus
{   
    color:black;
    font-weight:bolder;    
}

.textoLanding
{
	padding: 15px;
}

.linkLanding
{
	padding: 5px 20px 5px 20px;	
}

.conteudoPagina
{
	min-height: 100%;
}

.mainConteudoPagina
{
	overflow: auto;
	padding-bottom: 14px;
}

#direitos
{		
	float:left;
    width:100%;
    color:#3070BB;
    border-top:solid 1px #3070BB;
    position:relative;	            	
	margin-top: -14px; /* negative value of footer height */
	height: 14px;
	clear:both;
}