#qwrapper { 
 margin: 0 auto;
 padding: 0;
/* overflow: auto;  */
/* top:0px; */
 width: 800px;
 height: 600px;
/* border: 2px solid #f00;  */
 position:relative;  
 background-image: none;
 color: #000000;
}

#qheader {
 width: 800px;
 position: absolute; 
 top: 0;
 height: 103px;
 margin: 0px 0px 0px 0px;
 background-image: url('images/top_bar_white.jpg');
/* border: 1px solid #0f0;  */
}

#qualify {
 width: 800px;
 position: absolute; 
 top: 110px;
 margin: 0px 0px 0px 0px;
}

