/* CSS Document */

body  {
       background-color:#000000;
      }

#logo {
        height: 75px;
        position: relative;
        border: none;
        margin: 0 auto;
      }
      
#texto  {
         position: relative;
         height: 50px;
         border: none;
         margin: 0 auto;
         font-family: helvetica;
         font-size: 14px;
         font-weight: bold;
         text-align: center;
         color: Black;
        }

