HTML,BODY {

	margin:0;

	padding:0;

	height:100%;

	border:none;

}



BODY {

    background-image : url("../_img/texturaBG.gif");

    background-repeat : repeat;

    font-family : Verdana;

    font-size : 10px;

    margin-bottom : 0px;

    margin-left : 0px;

    margin-right : 0px;

    margin-top : 0px;

    padding-bottom : 0px;

    padding-left : 0px;

    padding-right : 0px;

    padding-top : 0px;

    text-align : center;

  }



#pagina {

    position:relative;

    text-align:center;

    width:100%;

	height:100%;

	color: #d3d3d3;

  }



A {

	color: #d3d3d3;

	text-decoration: underline;

}



IMG {

	border: 0px;

}


.descricao {
	text-indent:-5000px;
	overflow:hidden;
	width:5px;
	height:5px;
	float:left
}