.relativeCont {
  position:     relative;
  margin:       0 auto;
  width:        700px;
}

#floater {
  position:     absolute;
  top:          10px;
  height:       945px;
  width:        100%;
  border-style: none;
  background-image: url("images/transPaper.gif");
}

#closeBtn {
    position:   absolute;
    width:      30px;
    height:     30px;
    top:        55px;
    right:      85px;
    background-image:   url("images/ico_cancelClear.png");
}

#scrollText {
    position:   relative;
    left:       110px;
    top:        160px;
    width:      460px;
    height:     580px;
    padding:    5px;
    border-style: none;
    overflow:   auto;
    color:      black;
    font-size:  14px;
    text-align: justify;
}

#scrollText H1, scrollText H2 {
    color:	#262A5E;
}