if you want forum header and footer
and forum style at your custom page
copy that code to your template
HTML Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
<title>{vb:raw vboptions.bbtitle}</title>
{vb:raw headinclude}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>My Default Page!</h1>
</div>
<h2 class="blockhead">Custom Page</h2>
<div class="blockbody">
<div class="blockrow">
Enter your Custom Page text here!
</div>
</div>
{vb:raw footer}
</body>
</html>