* {
  margin:0px;
  padding:0px;
  font-family:Arial, Trebuchet MS;
}

body {
  background-color:#000;
}

#tudo {
  display:block;
  width:100%;
  position:absolute;
  margin-top:-305px;
  top:50%;
  height:610px;
}

#topo {
  display:block;
  width:100%;
  height:308px;
  background: url(../imgs/topo.jpg) no-repeat center;
}

#logo {
  display:block;
  width:100%;
  height:226px;
  background-color:#000;
}

img {
  border:none;
}

.efeito img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1 ;
background-color:#333;
}

.efeito:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=72);
-moz-opacity: 0.72;
background-color:#333;
}

#logo h1 {
  text-align:center;
  padding-top:65px;
}

#rodape {
  display:block;
  width:100%;
  height:75px;
  background: url(../imgs/rodape.jpg) no-repeat center;
}

#tudo2 {
  display:block;
  width:776px;
  margin-left:-388px;
  left:50%;
  position:absolute;
  margin-top:-220px;
  top:50%;
  height:440px;
}

#topo2 {
  display:block;
  width:100%;
  height:165px;
  background: url(../imgs/topo2.jpg) no-repeat center;
}

#logo2 h1 { 
  text-align:center;
  padding-top:40px;
}

#logo2 {
  display:block;
  width:100%;
  height:180px;
  background-color:#000;
}

#rodape2 {
  display:block;
  width:100%;
  height:75px;
  background: url(../imgs/rodape2.jpg) no-repeat center;
}

