body {
 background: #ACACAC url(./img/bg_index.jpg) repeat-x;
 background-position: 0px  0px;
 color: white;
 font-family: verdana, arial, sans-serif;
 margin: 0px;
 font-size: 7pt !important;
 font-size: 8pt;
 text-align: center;
}

a {
 color: white;
 text-decoration: none;
 text-transform: uppercase;
 font-variant: small-caps;
}

#container {
 border: 0px solid red;
 height: 520px;
}

#main {
 border: 0px solid magenta;
 width: 487px;
 text-align: center;
 margin: 0 auto;
 margin-top: 190px;
}

#main h1 {
 border: 0px solid red;
 background: url(./img/studiocosta.jpg) no-repeat;
 height: 119px;
 width: 487px;
 margin-bottom: 40px;
}

#main h1 span {
 display: none;
}

#footer {
 margin-top: 13px;
 border: 0px solid green;
 width: 700px;
 margin: 15px auto;
 text-align: center;
 font-size: 7.5pt;
 font-style: italic;
}
