body { background-image: url(../images/background.jpg);
       background-color: #FFFFFF;
       color: #000000;
       font-weight: bold;
     }



a:link    {  color: #000000 }
a:visited {  color: #000000 }
a:hover   {  color: #000000 }

/* 
 * These two classes position the contents in the
 * middle of the page
 */
div.horizon { position: absolute;
              top: 50%;
              left: 0px;
              width: 100%;
              margin-top: -190px;
              min-width: 760px;
            }

div.wrapper { position: relative;
              width: 760px;
              height: 375px;
              margin: 0px auto;
            }

div.welcome { position: absolute;
              top: 0px;
              left: 0px;
              width: 370px;
              height: 260px;
            }

div.indexForm { position: absolute;
                top: 0px;
                left: 380px;
                width: 380px;
                height: 260px;
              }

div.languages { position: absolute;
                top: 320px;
                left: 0px;
                width: 50%;
                height: 50px;
              }

div.contact   { position: absolute;
                top: 0px;
                left: 180px;
                width: 360;
                height: 526px;
              }

td.translate { font-size: 12px;
               text-align: center;
             }
             
div.nedstat { position: absolute;
              top: 320px;
              left: 0px;
              width: 20px;
              height: 20px;
            }
