html { overflow : hidden; }

body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: Verdana, Arial, serif;
  font-size: 90%;
}

a {
  color: #000;
}
a:hover {
  color: #F00;
}

#main {
  padding: 7px;
  border:
    0px
    solid
    black;
  margin:
    -170px
    0
    0
    -258px;
  position: absolute;
  top: 80%;
  left: 50%;
  width: 500px;
  height: 250px;
}

#fe {
	position: absolute; bottom:0px;
	left: 20px;
	width: 94px;
	height: 319px;
}

#tj {
	top: 100px;
	position: absolute; right:200px;
}

#left {
  float: left;
  width: 248px;
  text-align: right;
  padding-right: 5px;
}
#line {
  float: left;
  width:1px;
  height: 190px;
  background-color: black;
}
#right {
  float: right;
  text-align: left;
  width: 241px;
  padding-left: 5px;
}
#clear {
  clear:both;
}
#contact {
  display: none;
  *+margin-top: -7px;
  margin-left: 253px;
  border-left:1px solid;
  padding-left: 5px;
}
#c {
  position: absolute;
  bottom:0;
  right:0;
}
