body{
  background-color:#004;
  background:-moz-linear-gradient(top, #001, #003 50%, #004);
  background:-webkit-gradient(linear, left top, left bottom, from(#001), color-stop(0.5,#003), to(#004));
  height:800px;
  color:white;
  font-size:14pt;
  line-height:150%;
}

#bg{
  margin:0px;
  padding:0px;
  position:fixed;
  top:0px;
  left:0px;
  z-index:1;
}

#main{
  z-index: 1;
  position: absolute;
  margin:5px;
  width:800px;
}

h1{
  color:#55f;
  text-shadow: 1px 0px 0px #aaf; 
}

h3{
  margin:0px;
  padding:0px;
}

h4{
  padding:0px 0px 0px 0px;
  margin:20px 0px 0px 0px;
  color:#48f;
}

a{
  color:#c22;
}

ul{
  margin:20px 10px 10px 0px;
}

li{
  margin:5px;
}

div.menu{
  margin-bottom:40px;
  padding:5px 5px 5px 0px;
  float:left;
  height:450px;
}

div.context{
  margin:15px;
  margin-bottom:40px;
  padding:20px 20px 0px 20px;
  float:left;
  width:450px;
  height:450px;
  border:solid thin white;
}
