@charset "UTF-8";

/* Air Traffic Control
 * Dir: /solutions/atc
 ****************************/
body {
  background: url(../atc/atc_top_visual_bg.gif) repeat-x scroll left top transparent;
}

/* Head Box
*****************************/
div#headerbox {
  position: relative;
  height: 330px;
}

div#headerbox .absolute {
  position: absolute;
  top: 0;
  left: 0;
}

div#headerbox .visual {
    left: 0;
    top: -25px;
    z-index: -1;
}

div#headerbox h2.title {
    left: 604px;
    top: 63px;
}

div#headerbox div.text {
    left: 605px;
    top: 136px;
}
