The pentagon below has three right angles. Find its area.[asy]
size(150);
defaultpen(linewidth(1));
draw((4,10)--(0,10)--origin--(10,0)--(10,2)--cycle);
label("4",(2,10),N);
label("10",(0,5),W);
label("10",(5,0),S);
label("2",(10,1),E);
label("10",(7,6),NE);
[/asy]