html {
min-height: 100%;
}

body {
margin: 0;
background: #EFEEE9 url('/imagens/ceu_poluido.jpg') repeat-x 0 100%;
text-align: center;
padding: 0px;
font-family: arial, helvetica, sans-serif;
height: 100%;
}

div {
padding: 0px;
margin: 0px;
border: 0px;
}

h1 {
padding: 0px;
margin: 15px;
position: absolute;
top: 0;
left: 0;
}

h1 span{
display:block;
width:318px;
height:171px;
background:transparent url(/imagens/marca.png);
}

* html h1 span{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagens/marca.png',sizingMethod='scale');
}

h1 span i{
display:none;
}

#poucomenu {
background: #F6F4EC;
margin: 0 0 20px;
padding: 5px 0;
}

#poucomenu span{
background-color: #4E388D;
padding: 0 5px;
font: bold 14px arial, helvetica, sans-serif;
text-transform: uppercase; 
margin: 0 20px;
color: white;
}

#poucomenu img{
vertical-align: middle;
}

#menu_esq {
position: absolute;
top: 190px;
left: 15px;
}

#menu_esq span{
background: transparent url('/imagens/bolas.png') no-repeat 0 0;
width: 158px;
height: 138px;
display: block;
}

* html #menu_esq span{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagens/bolas.png',sizingMethod='scale');
}

#menu_esq a.contato{
background: transparent url('/imagens/envelope.png') no-repeat 0 0;
width: 124px;
height: 79px;
display: block;
position: absolute;
top: 50px;
left: 30px;
}

* html #menu_esq a.contato{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagens/envelope.png',sizingMethod='scale');
}

#menu_esq a.trabalho{
background: transparent url('/imagens/trabalhos.png') no-repeat 0 0;
width: 110px;
height: 135px;
display: block;
position: absolute;
top: 130px;
left: 70px;
}

* html #menu_esq a.trabalho{
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imagens/trabalhos.png',sizingMethod='scale');
}

#menu_esq a strong{
display: none;
}

#menu_esq ul{
margin: 0;
padding: 0;
text-align: left;
position: absolute;
top: 258px;
left: 156px;
}

#menu_esq ul li{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu_esq ul li a{
text-decoration: none;
color: black;
font: normal 12px arial, helvetica, sans-serif;
line-height: 1em;
}

form {
position: absolute;
top: 100px;
left: 10px;
display: none;
}

.esconde {
display: none;
}

.mostra {
display: block;
}

iframe {
border:none; 
overflow:hidden; 
width:250px; 
position: absolute; 
float: right;
top: 7px; 
}