It would have been easier if u have done it the other way, first create your master page and then your content pages(child pages).
You can add your masterpage by setting the MasterPageFile attribute in your @Page directive
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master"
and then put an asp:Content tag around your page content.