/* CSS Document */
body {
	margin:0;
	background:url(../img/back.png);
/*	background-repeat:repeat-x;*/
	background-repeat:repeat;
	/*background-color:#e6ecf8*/
}

div#inteiro {
	width:770px;
	height:auto;
	margin:0 auto;
	background-color:#e6ecf8;
	border:1px solid #97d1fd;
	top:20px;
	bottom:100px;
	position:relative;
	left:10;
	right:10;
}


div#tudo {
	width:770px;
	height:auto;
	margin:0 auto;
}


div#topo {
	width:770px;
	height:150px;
	float:left;	
}




div#menu {
	width:770px;
	height:25px;
	float:left;
	background:url(../img/menu.png);
	background-repeat:repeat-x;
}


div#corpo {
	width:770px;
	height:600px;
	float:left;
}

div#flashcss {
	position: relative;
	visibility: visible;
	height: auto;
	width: auto;
	left: 0;
	top: 200;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	margin:0;
	text-align:center;
}

div#task {
	position: relative;
	visibility: visible;
	height: auto;
	width: auto;
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	margin:0;
	text-align:left;
}



#inteiro #contatos {
	color: #000000;
	position: relative;
	left: 30px;
	top: 20px;
	right: 20px;
	bottom: 20px;
}
/* ok */
#inteiro #down {
	position: relative;
	height: 60px;
	text-align:center;
}
#inteiro #tudo #conteudo #ranking #rankingTable {
	
	text-align:center;
	top:10px;

	right:3px;
	left:3px;

	bottom: 10px;
}

