/* 
    Document   : estilo
    Created on : 22/03/2012, 10:30:53
    Author     : Marcos
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {margin: 0; padding: 0; font-family:"Verdana", Arial, sans-serif; color: #666;}
img{border: 0;}
body{background: url(../imagens/bg-grupo.jpg) fixed no-repeat center;}
/**/
#container{width: 976px; height: 544px; margin: auto; position: relative;}

/**/
#logo {position: absolute;margin-left:-341px;margin-top:-189px;left: 50%;top: 40%}
/**/
#endereco{position: absolute; width: 976px; text-align: center; bottom: 100px; }
#endereco p{font-size: 11px; }
#endereco span {color: #000;}
#endereco strong {color: #000;}


