
body {
  font-family: verdana, sans-serif;
  background-color: #203040;
  font-size: 90%;
}

#main {
  position:      absolute;
  left:          0px;
  bottom:        60px;
  width:         100%;
  height:        150px;
  background-image:  url('/img/hp_bg.gif');
  color:         white;
}

#main img {
  float: left;
}

h1 {
  font-size:   1em;
  font-weight: bold;
  margin-top:  35px;
}

#main p {
  font-size: 
}

#lang {
  font-weight: bold;
  letter-spacing: 2px;
  color: yellow;
  font-size: 0.9em;
  text-align: right;
}

a, a:link, a:active, a:visited {
  color: white;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: bold;
}

a:hover  {
  color: yellow;
  text-decoration: underline;
}

#index {
  position:      absolute;
  left:          246px;
  bottom:        230px;
  color:  #777777;
}

#index a, #index a:link, #index a:active, #index a:visited {
  font-size: 0.9em;
  color: white;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: normal;
}

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

#index ul {
  margin-bottom: 0px;
  padding: 0;
  list-style-type: square;
  color: white;
}

#index li  {
  color: white;
}

