    #openingPage {
      display:block;
      float:left;
      width:100%;
      height:100%;
      font-family: verdana,tahoma,ariel;
      font-size:14px;
      font-weight:bold;
      z-index:2;
      background:#FFF url('http://www.elephant.hu/opening/bg.jpg') top left repeat-x;
      color:black;
      margin:0;
      padding:0;
      border:0;
    }
    img {
      margin:0;
      padding:0;
      border:0;
    }    
    #openingPage a {
      color:#F68735;
      font-size:20px;
    }
    #openingPage h1 {
      margin:0;
    }
    #openingPage h1 a {
      font-size:20px;
      text-decoration:none;
    }
    #openingPage h1 a:hover {
      text-decoration:underline;
    }

    #openingPage a h3 {
      color:black;
      text-decoration:underline;
      font-size:16px;
    }
    .openingPageCenter {
      float:left;
      text-align:center;
      font-size:14px;
      width:100%;
      margin-top:2em;
    }
    table td {
      text-align:center;
    }
    .openingPageDiv3 {
      display:block;
      float:left;
      width:33%;
      text-align:center;
      margin-top:1em;
    }
    #openingPageLang {
      width:95%;
      text-align:right;
      margin-top:8px;
    }
    #openingPageLang a {
      font-size:12px;
      color:#666;
      text-decoration: none;
    }
