Desde ja agradeço a colcaboração
codigo html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script><script type="text/javascript">
$(document).ready(function () { $("li a[href='" + location.href.substring(location.href.lastIndexOf("/") + 1, 255) + "']").addClass("diferente"); });</script>
<title>Súmulas de Esportes</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
.body {
margin:0;
padding:0;
background-repeat:no-repeat;
text-align:center; /* hack para o IE */
}
.tudo {
width: 1250px;
height:540px;
margin:0 auto;
text-align:left; /* "remédio" para o hack do IE */
}
.conteudo {
padding: 5px;
width:1245px;
height:125px;
position: absolute;
vertical-align:middle;
display:table;
background-image:url('http://sumulasdeesportes.xpg.com.br/figuras/topnovo.png');
background-repeat:no-repeat;
}
.principal
{
padding: 5px;
width:1235px;
border-style:double;
border-color:Black;
height:400px;
margin-top:125px;
position: absolute;
vertical-align:middle;
display:table;
}
.texto {
padding: 5px;
width:340px;
height:300px;
display:table-cell;
background-repeat:no-repeat;
position:absolute;
vertical-align:middle;
top:21px;
left:10px;
text-align: center;
font-family: Calibri;
background-image:url('http://sumulasdeesportes.xpg.com.br/figuras/pagina_em_construcao.jpg');
}
.rodapé {
width:1250px;
height:20px;
display:table-cell;
position:absolute;
vertical-align:middle;
top:565px;
text-align: center;
font-family: Calibri;
background-color:Aqua;
background-repeat:no-repeat;
}
.logo {
padding: 5px;
width:270px;
height:80px;
display:table-cell;
background-image:url('http://sumulasdeesportes.xpg.com.br/figuras/logopequena.png');
background-position:center;
background-repeat:no-repeat;
margin-left:60px;
position: absolute;
vertical-align:middle;
}
#menuhor {
border:none;
margin: 0;
font:14px calibri, bold;
position:absolute;
top:105px;
left:60px;
}
#menuhor li {
list-style: none;
margin: 0;
display: inline;
}
#menuhor li a {
height:1px; /* IE5.0 bug */
padding: 3px 1px;
margin:0;
background: transparent;
text-decoration: none;
color:White;
}
#menuhor li a:link {
color: blue;
background: white;
}
#menuhor li a:hover {
background: white;
color: blue;
border-color: black;
}
#menuhor li a:active {
background:white;
color: blue;
}
.hora {
padding: 5px;
width:170px;
height:80px;
display:table-cell;
background-repeat:no-repeat;
position:absolute;
vertical-align:middle;
margin-left:1020px;
text-align: center;
font-family: Calibri;
}
.senha1 {
padding: 5px;
width:70px;
height:4px;
display:table-cell;
position:absolute;
vertical-align:middle;
margin-left:1020px;
top:120px;
text-align: center;
font-family: Calibri;
left: -109px;
color:White;
font-size: xx-small;
}
.style1
{
}
</style>
</head>
<body background="http://sumulasdeesportes.xpg.com.br/figuras/TOP.png">
<form id="form1" runat="server">
<div class="tudo">
<div class="conteudo"><div class="logo"></div>
<div class="hora"><div align="center"><embed src="http://www.cryd.com.br/relogios-feitos-em-flash/swf/12-09/382b.swf" quality="high" wmode="transparent" type="application/x-shockwave-flash" width="170" height="60"><br />
</embed><strong>UBERLÂNDIA - MG</strong></div></div>
<ul id="menuhor">
<li><strong><a href="index.html">Home</a></strong></li>
<li><strong><a href="Eventos.aspx">Eventos</a></strong></li>
</ul>
</div>
<div class="principal">
<asp:XmlDataSource ID="XmlDataSource1" runat="server"
DataFile="http://sumulasdeesportes.xpg.com.br/EJBEVENTOS/eventos/JOGOS/FUTSAL MASCULINO/FUTSAL MASCULINOequipes.xml">
</asp:XmlDataSource>
<asp:GridView
ID="GridView1"
runat="server"
Visible="True"
AllowPaging="True"
AutoGenerateColumns="False"
DataSourceID="XmlDataSource1"
PageSize="8" BackColor="White" BorderColor="#336666" BorderStyle="Double"
BorderWidth="3px" CellPadding="4" GridLines="Horizontal" Width="375px"
EmptyDataText="Não há Registros" ShowHeaderWhenEmpty="True">
<Columns>
<asp:BoundField DataField="CHAVE" HeaderText="CHAVE" SortExpression="CHAVE" />
<asp:BoundField DataField="EQUIPE" HeaderText="EQUIPE" SortExpression="EQUIPE" />
<asp:BoundField DataField="CIDADE" HeaderText="CIDADE" SortExpression="CIDADE" />
</Columns>
<FooterStyle BackColor="White" ForeColor="#333333" />
<HeaderStyle BackColor="#336666" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#336666" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="White" ForeColor="#333333" />
<SelectedRowStyle BackColor="#339966" Font-Bold="True" ForeColor="White" />
<SortedAscendingCellStyle BackColor="#F7F7F7" />
<SortedAscendingHeaderStyle BackColor="#487575" />
<SortedDescendingCellStyle BackColor="#E5E5E5" />
<SortedDescendingHeaderStyle BackColor="#275353" />
</asp:GridView>
</div>
<div class="rodapé"><strong>Desenvolvido por www.sumulasdeesportes.xpg.com.br - Breve os melhores torneios da Cidade em Tempo Real</strong>
</div>
</div>
</form>
</body>
</html>









