body {
  background-color:  #6D9DFF;
  background-image:  url(/images/bg.png);
  background-repeat: repeat-x;
}

.pane {
  background-image:  url(/images/pane.gif);
  background-repeat: no-repeat;
  position:          relative;
  text-align:        center;
  vertical-align:    middle;
  width:             810px;
  height:            609px;
  padding:           10px 0px 10px 0px;
  -moz-box-sizing:   padding-box;
  box-sizing:        padding-box;
}

.logos {
  text-align: left;
  float:      left; 
  padding:    10px 0px 0px 94px;
}

.title {
  font-size:         14px;
}

.content {
  background-image:  url(/images/requirements.gif);
  background-repeat: no-repeat;
  width:             790px;
  height:            591px;
  font-family:       helvetica, arial;
  font-size:         12px;
  vertical-align:    center;
  color:             #ffffff;
}

.header {
  filter:            progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/header.png, sizingMethod=image);
  width:             810px;
  height:            69px;
  position:          absolute;
  z-index:           0;
}

.headermap {
  width:             810px;
  height:            69px;
  position:          absolute;
  z-index:           1;
}

.headerfiller {
  width:             810px;
  height:            69px;
}

.background {
  filter:            progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/background.png, sizingMethod=image);
  width:             1024px;
  height:            742px;
  position:          absolute;
  top:               -80px;
  left:              -102px;
}

