/* 
    Document   : style
    Created on : 1-apr-2009, 17:13:13
    Author     : Dominique
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

body {
  font-family: arial;
  color: #a1a1a1;
  padding: 0;
  margin: 0;
  background:url(../img/earth.jpg) no-repeat;
  background-position: center center;
}

a {
  border: none;
  color: #53b8ff;
  text-decoration: none;
}

img {
  border: 0;
}

a a:link a:visited a:active {
    text-decoration: none;
    color: #53b8ff;
}

a:hover {
    text-decoration: underline;
    color: #a1d8ff;
}

#center {
  position: absolute;
  top: 50%;
  left: 50%;
  color:#545454;
  width: 600px;
  margin-left: -300px;
  margin-top: -240px;
  text-align:justify;
  vertical-align:middle;
}






