* {
  padding: 0;
  margin: 0;
}
html {
  background: #fff;
  height: 100%;
}
body {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #7f7f7f;
  background: #D8D8C0;
  width: 100%;
  height: 168px;
  position: absolute;
  top: 50%;
  margin-top: -88px;
  border: solid #e5e5e5;
  border-width: 4px 0;
}
dl {
  width: 418px;
  height: 148px;
  border: 1px solid #2b2b2b;
  background: #fff;
  margin: 9px auto;
  position: relative;
}
dd {
  position: absolute;
  top: 9px;
  left: 9px;
  background: #eee;
  width: 400px;
  height: 130px;
}
dd h1 {
  border: solid #2b2b2b;
  border-width: 1px 0;
  background: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 140%;
}
dd p {
  margin: 10px;
  text-align: justify;
  line-height: 140%;
}
dd p a {
  color: #ccc;
  padding: 2px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
dd p a:hover {
  color: #cc9933;
}
dt {
  width: 150px;
  height: 49px;
  position: absolute;
  background: #fff;
  border: solid #2b2b2b;
}
#dt01 {
  top: -50px;
  left: 30px;
  border-width: 1px 1px 0 1px;
}
#dt02 {
  top: -50px;
  right: 30px;
  border-width: 1px 1px 0 1px;
}
#dt03 {
  bottom: -50px;
  left: 30px;
  border-width: 0 1px 1px 1px;
}
#dt04 {
  bottom: -50px;
  right: 30px;
  border-width: 0 1px 1px 1px;
}
dt a {
  display: block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
#dt01 a {
  color: #903030;
  border-bottom: 1px solid #2b2b2b;
}
.border {
  display: block;
  line-height: 30px;
  margin: 1px;
}
#dt01 .border, #dt02 .border {
  border-bottom: 8px solid #fff;
}
#dt03 .border, #dt04 .border {
  border-top: 8px solid #fff;
}
#dt01 .border {
  border-top: 8px solid #903030;
}
#dt02 a {
  color: #A86048;
  border-bottom: 1px solid #2b2b2b;
}
#dt02 .border {
  border-top: 8px solid #A86048;
}
#dt03 a {
  color: #783030;
  border-top: 1px solid #2b2b2b;
}
#dt03 .border {
  border-bottom: 8px solid #783030;
}
#dt04 a {
  color: #cc9933;
  border-top: 1px solid #2b2b2b;
}
#dt04 .border {
  border-bottom: 8px solid #cc9933;
}
#dt01 a:hover, #dt02 a:hover {
  border-bottom: 1px solid #fff;
}
#dt03 a:hover, #dt04 a:hover {
  border-top: 1px solid #fff;
}
.description {
  display: none;
}
dt a:hover .description {
  display: block;
  position: absolute;
  width: 380px;
  height: 110px;
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
  line-height: 140%;
  text-align: justify;
  color: #7f7f7f;
  padding: 10px;
}
#dt01 a:hover .description {
  background: #faf5eb;
  top: 58px;
  left: -22px;
}
#dt02 a:hover .description {
  background: #faf5eb;
  top: 58px;
  right: -22px;
}
#dt03 a:hover .description {
  background: #faf5eb;
  top: -139px;
  left: -22px;
}
#dt04 a:hover .description {
  background: #faf5eb;
  top: -139px;
  right: -22px;
}
dt a:hover .heading {
  display: block;
  border: solid #2b2b2b;
  border-width: 1px 0;
  background: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: bold;
  margin: -10px -10px 10px -10px;
  line-height: 140%;
}
#dt01 a:hover .heading {
  color: #903030;
}
#dt02 a:hover .heading {
  color: #A86048;
}
#dt03 a:hover .heading {
  color: #783030;
}
#dt04 a:hover .heading {
  color: #cc9933;
}

#botlinks a:visited, a:link, a:active, a:hover    {
  color: #cc9933;
}
