html, body {
margin: 0px;
height: 100%;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
background:#000000;
background-image: url(imagens/fundo.png);
background-position:center center;
background-repeat:no-repeat;}

img#bg{
position: absolute;
height: 100%;
width: 100%;
}

#base{
    position:absolute;
    width:766px;
    height:476px;
    top: 170px;
    left: 50%;
    margin-left: -384px;
 
    
    
}
#base1{
    position:absolute;


    top: 165px;
    left: 50%;
    margin-left: -389px;
 
    
    
}
#maincontent{
    position: relative;
    height: 100%;
    width: 100%;
    overflow:auto;
    background-image: url(imagens/cxl_fundo.png);
}

#caixa_c_s_e{
    position:absolute;
    left: -5px;
	top: -5px;
    height: 5px;
	width: 5px;
    background-image: url(imagens/cxl_c_s_e.png);
}
#caixa_c_s_d{
    position:absolute;
    right: -5px;
	top: -5px;
    height: 5px;
	width: 5px;
    background-image: url(imagens/cxl_c_s_d.png);
}
#caixa_l_s{
    position:absolute;
    right: 0px;
	left: 0px;
	top: -5px;
    height: 5px;
    background-image: url(imagens/cxl_fundo.png);
}
#caixa_l_e{
    position:absolute;
    left: -5px;
	top: 0px;
	width: 5px;
	bottom: 0px;
    background-image: url(imagens/cxl_fundo.png);
}
#caixa_l_d{
    position:absolute;
    right: -5px;
	top: 0px;
	width: 5px;
	bottom: 0px;
    background-image: url(imagens/cxl_fundo.png);
}
#caixa_c_i_e{
    position:absolute;
    left: -5px;
	bottom: -5px;
    height: 5px;
	width: 5px;
    background-image: url(imagens/cxl_c_i_e.png);
}
#caixa_c_i_d{
    position:absolute;
    right: -5px;
	bottom: -5px;
    height: 5px;
	width: 5px;
    background-image: url(imagens/cxl_c_i_d.png);
}
#caixa_l_i{
    position:absolute;
    right: 0px;
	left: 0px;
	bottom: -5px;
    height: 5px;
    background-image: url(imagens/cxl_fundo.png);
}
#botoes{
	top:0px;
	position: absolute;
	height: 103px;
	width: 100%;
	text-align: center;
}

#textdiv{
position:absolute;
top:20px;
left:28px;

}


#logocima{
	top:70px;
	position: absolute;
	width: 100%;
	text-align: center;
}
#logobaixo{
	bottom:-20px;
	position: relative;
	width: 100%;
	text-align: center;
}

#linkx{
	position:absolute;
    right: -40px;
    
    top: -40px;
   
}

#boton_index{
    position:absolute;
    right: -30px;
	top: -30px;
    	width: 25px;
	height: 25px;
    background-image: url(imagens/cruz1.png);
    background-repeat:no-repeat;
}
#boton_index:hover{
	position:absolute;
    right: -30px;
	top: -30px;
    	width: 25px;
	height: 25px;
    background-image: url(imagens/cruz2.png);
    background-repeat:no-repeat;
}

#boton_index_{
    position:absolute;
    right: -25px;
	top: -25px;
    	width: 25px;
	height: 25px;
    background-image: url(imagens/cruz1.png);
    background-repeat:no-repeat;
}
#boton_index_:hover{
	position:absolute;
    right: -25px;
	top: -25px;
    	width: 25px;
	height: 25px;
    background-image: url(imagens/cruz2.png);
    background-repeat:no-repeat;
}







#logobaixo_{
	bottom:20px;
	position: absolute;
	width: 100%;
	text-align: center;
}


