html, body	{
			margin:0px;
			border:0px;
			background-color:#000000;	
			height:100%;
			width:100%;
			font-family:Arial;
			font-size:12px;
			overflow:hidden;
}
.body2		
		{	background-color:#5B5B14;
		}
#atendimento	{
			position:absolute;
			left: 50%;
			top:110px;
			width:900px;
			height:290px;
			overflow:hidden;
			visibility:hidden;
			text-align:right;
			margin-left:-450px;
			z-index:5;
}

.topo { 
			width:1000px;
			position: absolute; 
			left: 50%;
			top: 0px; 
			margin-left:-500px;
			z-index:4;
}
.centro { 
			width:1000px;
			position: absolute; 
			left: 50%;
			top: 30%; 
			margin-left:-500px;
			z-index:4;
			color:#FFFFFF;
}


.rodape { 
			width:1000px;
			position: absolute; 
			left: 50%;
			margin-left:-500px;
			bottom: 0px; 
			z-index:3;
			text-align:right;
}

.fundoe	{
			position:absolute;
			width: 50%;
			height:100%;
			background-image:url('../imagens/fundoe.jpg');
			background-repeat:repeat-y;
			background-position:right;
			margin-left:-500px;
			left:0px;
			top:0px;
		}

.fundod	{	
			position:absolute;
			width: 50%;
			height:100%;
			background-image:url('../imagens/fundod.jpg');
			background-repeat:repeat-y;
			background-position:left;
			margin-right:-500px;
			right:0px;
			top:0px;
		}
	
.content{	position:absolute;
			width:1000px;
			height:100%;
			top:0px;
			left: 50%;
			margin-left:-500px;
		}
.texto	{	font-family:arial;
			font-size:12px;
		}
		
div > div#topo,
div > div#rodape { 
		position: fixed; 
}



img		{
			border:0px;
		}
.btn	{	width:72px;
			float:left;
			height:55px;
			padding-top:16px;
			padding-right:10px;
		}
.linha	{
			background-image:url('../imagens/linha.jpg');
			background-repeat:no-repeat;
			width:10px;
			height:55px;
			float:left;
			padding-right:10px;
		}
.link1	{
			color:#CCCCCC;
			font-size:11px;
		}
.link1:hover
		{
			color:#999999;
		}
.desc	{	float:left;
			width:200px;
			text-align:justify;
			text-indent:25px;
		}
.boxdownload
		{
			float:right;
			margin-top:0px;
		}
.boxCentro
		{	width:400px;
			padding-left:50%;
			margin-left:-150px;
			
		}