#title{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 800px;
    height: 15px;
    color: black;
    font-size:20px;
    font-weight:bold;
    text-align: center;
}

#contentPane{
  position: relative;
  top: 50px;
  left: 50px;
  width:700px;
  height:465px;
  background-color:#c8cdd2;
  text-align: left;
  padding: 5px;
  border: 1px solid #999;
  overflow:auto;
}

#fileQueue{
    width:385px;
    height:360px;
    border:1px solid #E5E5E5;
    padding: 0;
    overflow:auto;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 3px;
}

#mainTable{
    background-color:white;
}


