The method of types tells us that for $0/1$ random variables $X_1, \dots, X_n$ with $\text{Pr}[X_i = 1] = p$, for every $\epsilon > 0$, $$\text{Pr}[\sum_{i=1}^n X_i \ge (p + \epsilon) n] \ge \frac{2^{-D(p + \epsilon \| p)n}}{n+1}$$ where $D(x \| y)$ is the KL-divergence between Bernoulli variables with parameters $x$ and $y$.
Is there a tighter bound that gets rid of the $n+1$ in the denominator? That is, can one prove the following? $$\text{Pr}[\sum_{i=1}^n X_i \ge (p + \epsilon) n] \ge 2^{-D(p + \epsilon \| p)n}$$
I am particularly interested in the case of $p = 1/2$.