* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

body {
  background:#fff;
  color:#ccc;
  font: 11px verdana, sans-serif;
  text-align:left;
}

html, body {
  height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

a {
  color:#A3897E;
  text-decoration:none;
}

a:hover {
  color:#D1180A;
  cursor: pointer; /* Remind IE which cursor to use! */
}

img {
  border:0px;
}

#centerDiv {
  margin:60px auto 0px auto;
  width:214px;
  height:380px;
}

#links {
  margin-top:5px;
  float:left;
  text-align:center;
  width:100%;
  padding-left:6px;
}