Gap in QTI sensor.

Our club uses a 1/4 inch line for the line maze course and when I test my QTI sensors there is a gap between them where the line does not registor. I have the sensors butted up tight against each other and I also tried using the Infrared Sensor Array and found it had an even larger gap between the sensors. This creates the problem of having all 0's when the line is under the gap between sensors. How do I overcome this? I thought of using a different kind of sensor but 1/4 inch line is common and lot's of people use Parallax QTI's so I must not be the only person to run into this. Any suggestions for me? Thanks Ahead.
Comments
* If you've never seen a line the robot should rotate in place until one of the sensors picks up a line.
* If the line was under 2 and is still under 2, then go straight.
* If the line is under 1, then turn left.
* If the line is under 3, then turn right.
* If the line was under 1 and you are turning left, then keep turning until it is under 2.
* If the line was under 3 and you are turning right, then keep turning until it is under 2.
See how these rules use a previous state coupled with the current state to infer where the line might be? There's a more advanced algorithm called PID which uses the concept of current state, prior state, and rate of change to follow lines more effectively than the above.