body {
background:#fff;
font-family: Tahoma;
}
#tudo {
position: absolute;
top: 50%;
left: 50%;
width: 480px;
height: 239px;
margin: -220px 0 0 -240px;
}
#tudo img {
float: left;
width: 480px;
}
#tudo #txt {
color: #000;
text-align: center;
}
#tudo #txt h1 {
font-size: xx-large;
}
#tudo #txt h2 {
font-size: x-small;
}
#tudo #txt h3 {
font-size: large;
font-style: bold;
}
#tudo #txt h4 {
font-size: large;
font-style: italic;
}