body
  {
    background-color : #000000;
    font-family : helvetica,verdana,arial,sans-serif;
    font-size : 20px;
    text-align : center;
  }

div, h1, p, a, sup
  {
    margin:10px;
    padding:0px;
  }

#titel
  {
    width : 600px;
    height : 480px;
    margin : 30px auto 30px auto;
    padding : 50px;
    font-size : 1.0em;
    text-align : center;
    color : #aaaaaa;
  }

#titel a.startbutton
  {
    margin : auto;
    display : block;
    width : 211px;
    height : 45px;
    background-image : url(../pics/button_start_low.jpg);
  }

#titel a.startbutton:hover
  {
    background-image : url(../pics/button_start_high.jpg);
  }
  
#titel a.highscorebutton
  {
    margin : auto;
    display : block;
    width : 187px;
    height : 45px;
    background-image : url(../pics/button_highscore_low.jpg);
  }

#titel a.highscorebutton:hover
  {
    background-image : url(../pics/button_highscore_high.jpg);
  }
  
#titel sup
  {
    font-size : 0.5em;
  }
