Equilateral △ABC has side length 2, M is the midpoint of AC, and C is the midpoint of BD. What is the area of △CDM?
[asy]size(200);defaultpen(linewidth(.8pt)+fontsize(8pt));pair B = (0,0);
pair A = 2*dir(60);
pair C = (2,0);
pair D = (4,0);
pair M = midpoint(A--C);label("A",A,NW);label("B",B,SW);label("C",C, SE);label("M",M,NE);label("D",D,SE);draw(A--B--C--cycle);
draw(C--D--M--cycle);[/asy]<spanclass=′latex−bold′>(A)</span>22<spanclass=′latex−bold′>(B)</span>43<spanclass=′latex−bold′>(C)</span>23<spanclass=′latex−bold′>(D)</span>1<spanclass=′latex−bold′>(E)</span>2