body {
    background-image: url(/planet2.jpg);
    background-color: #000000;
    background-position: top center;
    background-repeat: no-repeat;
    color:#dddddd;
    font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
    font-size: 103%;
    margin: 0;
    padding: 0;

}

img {
    border-width:0px;
}


#header{
    position:absolute;
    top:0px;
    height:300px;
    left:10px;
    right:10px;
}

#content{
    position:absolute;
    top:300px;
    left:200px;
    right:10px;
}

#menu{
    position:absolute; 
    background-color: transparent;
    background-image: none;
    font-size: 75%;
    top:334px;
    left:10px;
    right:190px;
    color:#cccccc;
}

#menu ul {
  background: none;
  display: block;
  font-size: 100%;
  list-style: none;
  margin: 0 0 4px 1.4em;
  padding: 0;
  text-align: left;
}

#menu li {
  color: #3c4b7b;
  display: inline;
}

#menu :link, #menu :visited {
  background: transparent;
  border: 0;
  border-top: 1px solid #555555;
  display: block;
  font-family: Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
  margin: 2px 0px 0px 2px;
  padding: 0.1em 0.1em 0.1em 0.1em;
  text-align: left;
  text-transform: none;
  width: 9em !important;
  width /**/: 9.2em;
  color: #3c4b7b;
}

#menu :link:hover, #menu :visited:hover {
  background-color: transparent;
  border: 0;
  border-top: 1px solid #555555;
  color: #dddddd;
/*  text-decoration: underline;*/
}

#menu .active :link, #menu .active :visited {
  background: none;
  border: 0;
  border-top: 1px solid #555555;
  color: white;
}

#menu .active :link:hover, #menu .active :visited:hover {
  border: 0;
  border-top: 1px solid #555555;
}

#screenshots {
    margin-top: 5%;
    padding:10px;
    background:#cccccc;
    color:#000000;
    border:1px solid #000;
    text-align:left;
    width:645px;
    min-height:180px;
}

#footer{
    position:fixed;
    bottom:0px;
    right:0px;
    background-color:#000000;
    width:200px;
    height:35px;
    font-size:10px;
}


