In △ABC, a point E is on AB with AE=1 and EB=2. Point D is on AC so that DE∥BC and point F is on BC so that EF∥AC. What is the ratio of the area of CDEF to the area of △ABC?[asy]
size(7cm);
pair A,B,C,DD,EE,FF;
A = (0,0); B = (3,0); C = (0.5,2.5);
EE = (1,0);
DD = intersectionpoint(A--C,EE--EE+(C-B));
FF = intersectionpoint(B--C,EE--EE+(C-A));
draw(A--B--C--A--DD--EE--FF,black+1bp);
label("A",A,S); label("B",B,S); label("C",C,N);
label("D",DD,W); label("E",EE,S); label("F",FF,NE);
label("1",(A+EE)/2,S); label("2",(EE+B)/2,S);
[/asy]<spanclass=′latex−bold′>(A)</span>94<spanclass=′latex−bold′>(B)</span>21<spanclass=′latex−bold′>(C)</span>95<spanclass=′latex−bold′>(D)</span>53<spanclass=′latex−bold′>(E)</span>32