Pick a piece of paper and a pen. Put the pen on a starting point and begin to draw an arbitrary curve and don't withdraw your hand until you reached the starting point. You can meet your curve during drawing in some one point intersections but not more (like a line intersection). For example the left curve is allowed but the right one is not.

Now your paper is divided to some areas. We call two areas "neighbors" if their common borderline has more than one point. A "coloring" for the areas of the paper is such that two neighbor areas have different colors. Recall the chess board coloring.
Question: Is it true that there is a $2$-coloring (Black and White) for the areas of a paper when we draw an arbitrary curve on it as described above? If yes, why?
An Example: Note to the coloring in the following shape. You can try on more complicated shapes by your own. It seems to be always true that we can do this by $2$ colors.

Probably. We can create a graph $G$ from the drawing by assigning each region to be colored a vertex. Then if $u$ and $v$ are vertices of $G$, $(u,v)$ is an edge if and only if the regions represented by $u$ and $v$ share a face.
This should result in a bipartite graph which is always two colorable, which in turn implies your picture is two colorable.
The only thing you will have to prove is that $G$ is bipartite. But that shouldn't be too difficult.