Problem adding ASP pages to CRM

SOLVED

Hi All,

I am launching an ASP page from a new tab on the Opportunity Entity. I use the code below but any HTML that is displayed is always about 10 lines too far down the screen. No sort of alignment seems to work. Any ideas?

Thanks


<!-- #include file ="crmwizard.js" -->
<%
CurrentOpportunityID=CRM.GetContextInfo("Opportunity", "Oppo_OpportunityId");
var sURL=new String( Request.ServerVariables("URL")() + "?" + Request.QueryString );
Response.Write(CRM.GetPage('Opportunity'));
%>
MY CONTENT LANDS TOO FAR DOWN!