/* line 1 */
html {
  height: 100%;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

/* line 10 */
#container {
  border: 1px solid black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 640px;
  height: 412px;
  margin: auto;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center !important;
}

/* line 26 */
.companyName {
  display: none;
}

/* line 30 */
.addressPage {
  background-color: black;
  color: white;
}
/* line 34 */
.addressPage a {
  color: white;
  text-decoration: none;
}
/* line 38 */
.addressPage .companyName {
  display: block;
  margin-top: 7em;
}
/* line 41 */
.addressPage .companyName .part1 {
  font-size: 1.5em;
  letter-spacing: 3px;
}
/* line 45 */
.addressPage .companyName .part2 {
  font-size: 1.1em;
  letter-spacing: 3px;
}

/* line 51 */
.address {
  margin-left: auto;
  margin-right: auto;
  width: 535px;
  margin-top: 108px;
  /*
  .street {left: 0px;}
  .city {left: 272px;}
  .country {right: 0px;}
  .phone {left: 0px;}
  .fax {right: 0px;}
  .web {left: 0px}
  .mail {right: 0px;}
  */
}
/* line 57 */
.address .line1 {
  display: none;
  letter-spacing: 0.3em;
  text-align: center;
  position: relative;
}
/* line 63 */
.address .line2 {
  letter-spacing: 3px;
  position: relative;
}
/* line 68 */
.address .line3 {
  letter-spacing: 3px;
  position: relative;
}
/* line 73 */
.address .line4 {
  letter-spacing: 3px;
  text-transform: none;
  position: relative;
}
/* line 79 */
.address .line {
  height: 20px;
  width: 535px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 88 */
.address .web {
  margin-right: 40px;
}
