	body {
    background-color:#C0C0C0;
    background-image:url(img/background.jpg);
    font:bold large 'Helvetica Neue',Helvetica,Arial,sans-serif;
    line-height:0.95em;
	}
  #lettern {
    position:absolute;
    left:144px;
    top:71px;
//    background-image:url(../img/lettern.jpg);
    background-repeat:no-repeat;
  }
  #home {
    position:absolute;
    width:200px;
    left:396px;
    text-align:right;
    top:101px;      
  }
  #top {
    position:absolute;
    left:620px;
    top:103px;      
  }
  #main {
    position:absolute;
    left:620px;
    top:257px;      
  }
  #bottom {
    position:absolute;
    left:620px;
    top:610px;     
  }
  p {
    line-height:1.5em;
  }
  div p {
    margin-top:-1px;
    margin-left:6px;
  }
	em {
    font-weight:normal;
    font-style:normal;
  }
  a, 
  a:link, 
  a:active, 
  a:hover {
    color:black;
    text-decoration:none;
    border:none;
  }
  a:hover {
    color:white;
  }
  a img {
    border:none;
  }
