body {
  margin: 0px;
  font-size: 12px;
  color: #ddd;
  background: #000 url('grafix/start_background.png') repeat-x;
  font-family: verdana, arial, helvetica;
  text-align: right;
  }

a {
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
  }

img {
  border: 0px;
  }

#logo {
  position: absolute;
  width: 518px;
  height: 518px;
  top: 40px;
  left: 40px;
  background: url('grafix/logo.png');
  }

#title {
  position: absolute;
  width: 378px;
  height: 65px;
  top: 420px;
  left: 555px;
  background: url('grafix/title.png');
  }

#upperArea {
  position: absolute;
  height: 385px;
  top: 0px;
  left: 0px;
  width: 100%;
  }

#linkArea {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  }

.linkBox {
  float: right;
  width: 60px;
  height: 60px;
  margin: 15px 10px 0px 0px;
  padding: 1px;
  border: 0px dashed #666;
  clear: both;
  }

.linkBoxBright {
  float: right;
  width: 60px;
  height: 60px;
  margin: 15px 10px 0px 0px;
  padding: 1px;
  border: 0px dashed #d92;
  background: url('grafix/black10.png');
  clear: both;
  }

.info {
  display: none;
  float: right;
  height: 50px;
  width: 220px;
  margin: 0px;
  padding: 5px 10px;
  overflow: hidden;
  font-weight: bold;
  }

.info h2 {
  margin: 0px 0px 2px 0px;
  color: #dd9922;
  font-size: 14px;
  }

.info em {
  font-weight: normal;
  text-decoration: italic;
  }

.button {
  float: right;
  width: 60px;
  height: 60px;
  margin: 0px;
  background: url('grafix/buttonInk1.png');
  }

.linkBoxBright .button {
  background: url('grafix/buttonInk2.png');
  }

#signature {
  position: absolute;
  text-align: left;
  font-size: 9px;
  color: #CC8822;
  left: 10px;
  bottom: 10px;
  }

.clear {
  clear: both;
  }