body {  background-image:url('../img/aqua-higru02.jpg');
     background-attachment: fixed;
     height:100%;
        font-family: Arial;
line-height: 1.42857143;
        color:#000053;
                }
h1 {   font-family: Arial; font-size:16pt; color:#000053;}
h2 {  font-family: Arial; font-size:14pt; color:#000053;}
h3  {  font-family: Arial; font-size:14pt; color:#000053;}
td {  font-family: Arial;  font-size:12pt; color:#000053;}
strong  {  font-family: Arial;font-size:12pt; color:#000053;}
a:link { color:#245863; text-decoration:none;}
a:visited  { color:#245863; text-decoration:none;}
a:active { color:#245863; text-decoration:none;}
a:hover { color:#800000; text-decoration:none;}

#lg    {  position:fixed;  z-index:6;
            left:50%;
            margin-left:-75px;
            width:150px;
            top:20px;
                 }

@media only screen and (max-width: 675px) {
#lg  {
display:none;
  }
}

#head    {  position:fixed;  z-index:4;
            left:50%;
            margin-left:-650px;
            width:1300px;
            top:0;
                 }
@media only screen and (max-width: 675px) {
#head{
width:100px;
height: auto;
overflow:hidden;
    }
}
#contradi{   font-size:11pt; color:#006633;
             position: relative;  z-index:3;
            top:250px;
            left:50%;
            margin-left:-350px;
            width:700px;
                          }


@media only screen and (max-width: 675px) {
#contradi  { top:100px;
           left:50%;
            margin-left:-160px;
            width:320px;
            padding-bottom:100px;
  }
 }

#contindex  { background-color:#FFFFFF;
           font-size:11pt; color:#006633;
             position: absolute;  z-index:3;
            top:270px;
            left:50%;
            margin-left:-300px;
            width:600px;
            }
@media only screen and (max-width: 675px) {
#contindex{      top:70px;
      background-color:#FFFFFF;
               width: 100%;
  }
 }

footer {
        clear:left;
        color:#000053;
        font-size:11pt;
        padding-bottom:10px;
        padding-top:10px;
        text-align:center;
        width: 100%;
        }
@media only screen and (max-width: 675px) {
footer {background-color:#dcdcdd;
        color:#000053;
        font-size:10pt;
        padding-bottom:10px;
        padding-top:50px;
        text-align:center;
        width: 100%;
          }
      }