CSS do Cabeçalho do Sítio PPGE

%STARTINCLUDE%

#cabecalho{
  width: 760px;
  height: 220px;
  position: relative;
  left: 50%;
  margin-left: -380px;
  margin-top: 30px;
  background-image: url("%PUBURL%/%WEB%/ImagensDoLeiaute/topoPag.png");
  background-repeat: no-repeat;
}

%STOPINCLUDE%


-- LeandroSantos - 21 Aug 2005

revisão: r1 - 21 Aug 2005 - 17:35:37 - LeandroSantos?