/* CSS Document */
#ContentCenter{
  position:absolute;
  left:50%;
  width:1000px;
  margin-left:-500px;
  min-height:98%;
  border-color:#010101;
  border-top:2px solid;
  border-left:4px solid;
  border-right:4px solid;
  border-bottom:2px solid;

}
#ContentHead{
  height:310px;
  border-color:#010101;
  border-bottom:1px solid;
  background-color:#3398CC;
}
#ContentHeadLogo{
  position:absolute;
  left:10px;
  top:0px;
  height:310px;
  width:638px;
  border-right:2px solid;
  vertical-align: baseline;

}
