body {
  background:url(/img/bg.jpg);
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Tahoma;
  font-size: 12px;
}

#content
{
  background: url(/img/bg_fade.jpg);
  background-repeat: repeat-x;
}

.content
{
  font-family: Tahoma;
  font-size: 12px;
}

h1 
{
  color: #162945;  
  font-size: 22px;
  margin: 0px;
}

hr
{
  color: #162945;
  border: 0px;
  height: 1px;
  background-color: #162945;  
  width: 777px;
  padding-left: 5px;
  padding-right: 5px;
}

#viewing {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;Zz
  top: 0;
  left: 0;
  background: #000;
  filter:alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70;
}

.viewing_block {
  position: absolute;
  font-family: Tahoma;
  font-size: 20px;
  padding: 5px;
  padding-top: 15px;
  background: #fff;
  top: 5%;
  left: 50%;
  margin-top: -5%px;
  margin-left: -380px;
  width: 750px;
  height: 85%;  
  z-index:2;
}

.close {
  top: -2px;
  margin-left: 680px;
  margin-bottom: 3px;
  font-size: 12px;
  z-index: 4;
}

.closelink {
  color: #000;
  text-decoration: none;
}

.closelink:hover {
  text-decoration: underline;
}

.servicecontent {
  width: 750px;
  height: 93%;
  overflow: auto;
  top: 0;
  z-index: 3;
}

.sertd {
  text-align: justify;
}
