html {
  overflow: hidden;
  cursor: default;
  height: 100%;
}

body {
  background-color: #bad80a;
  background-image: url(../images/service-index/bg_vert_gradient_500.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;

  margin: 0px;
  border: 0px;
  padding: 0px;
}

img#logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

div#content {
  position: absolute;
  width: 400px;
  height: 220px;
  right: 30px;
  top: 50%;
  margin-top: -150px;
  padding: 30px 20px 20px 30px;

  background-image: url(../images/service-index/bg_box.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

h1 {
  /* Positioning */
    margin: 0px;
    padding: 20px 0px 0px 10px;
  /* Font */
    font-size: 16pt;
    font-weight: bold;
    font-style: italic;
    color: #DBEB7E; /* light: 107 (-10) */
}

.service-icon {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}

address {
  /* Positioning */
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-bottom: 25px;
    width: 450px;
  /* Font */
    text-align: center;
    font-family: Verdana, Arial, Helvetica;
    font-size: 7.5pt;
    line-height: 12pt;
    font-weight: bold;
    font-style: normal;
}
address span {
  white-space: nowrap;
  padding: 0px;
  padding-right: 10px;
  color: #0091c9;
}
address span b {
  color: #bad80a;
  color: #a7c30b; /* light: 107 (-10) */
  font-weight: bold;
  padding-right: 4px;
  margin: 0px;
}
address a:link,
address a:visited,
address a:active,
address a:hover {
  border-right: 1px solid white;
  border-bottom: 1px dashed #2dc6ff;
  padding-bottom: 1px;
  text-decoration: none;
  color: #0091c9;
}
address a:active,
address a:hover {
  border-bottom: 1px solid #0091c9;
  text-decoration: none;
}