body {
  font-family: Helvetica, Arial, Times New Roman;
  text-align:center;
  margin:0px;
  height:100%;
  overflow:hidden;
}

.startlink {
  position:absolute;
  height:100%;
  width:1000px;
  text-align:center;
  left:50%;
  top:0;
  margin-left: -500px;
  z-index:600;
}

.startlink img{
border: 0px;
}

.startlink a{
 display:block;
 height:100%;
 text-decoration:none;
}

#container {
  width:1000px;
  height:100%;
  margin: 0 auto;
  background-color:#dcd5cf;
  text-align:left;

}

#top {
  width:100%;
  background-color:#a69a8e;
  height:278px;
  text-align:center;
}

#logo {
  background: url(pics/scholz.jpg) no-repeat 0px 60px;
  margin: 0 auto;
  width:255px;
  height:165px;
}

#flash {
  height:155px;
  width:100%;
  background-color:#eeeae7;
}

#bottom {
width:100%;

}

#text {
font-size:15px;
margin-left:90px;
width:380px;
}

#text p {
/*color:#a69a8e;*/
color:#8f8b86;
margin:25px 0 px;
}

#text p.bodytext {
  margin-bottom:0px;
}

#text p.align-right {
  text-align:right;
  margin: 0px;
  font-size:11px;
}