Why Mathematica draw additional contour curve on zero area?
Use the fourth part of PlotRange
setting to specify a range for the function value that covers your list of contours ({0.05, 0.1, 0.2, 0.01, 0.005}
); for example,
PlotRange -> {All, All, All, {-.5,.5}}