.content {
  position:absolute;
  font-family:"Georgia",serif;
  font-size:12px;
  text-align:justify;
  margin-left:140px;
  margin-right:200px;
  margin-top:60px;
}

.heading {
  font-family:"Georgia",serif;
  font-size:20px;
  text-align:left;
  margin-left:140px;
  margin-right:200px;
  margin-top:3px;
}

#about {
  font-family:"Tahoma","Arial",sans-serif;
  font-size:8px;
  margin-left:0px;
  margin-top:120px;
  width:103px;
}

a.about {
  float:right;
  text-align:right;
  margin-left:0px;
  width:103px;
  color:#000;
  border-bottom:1px solid #333;
  padding-bottom:1px;
  margin-bottom:3px;
  text-decoration:none;
}

.squares {
  position: absolute;
  width: 162px;
  left: 3px;
  top: 3px;
}

.squares span, .squares a {
  background-image: url(image.jpg);
}

#a1, #a2 {
  top: 0px;
  bottom: 50px;
}

#b1, #b2 {
  top: 56px;
  bottom: 106px;
}

#a1, #b1 {
  left: 0px;
  right: 50px;
}

#a2, #b2 {
  left: 56px;
  right: 106px;
}

#a1 {
  background-position: 0px 0px;
}

#a2 {
  background-position: -56px -0px;
}

#b1 {
  background-position: -0px -56px;
}

#b2 {
  background-position: -56px -56px;
}

.squares span.q,
.squares a.t,
.squares a.nav {
  display: block;
  position: absolute;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #bbb;
  color: #fff;
}
