Some of the HTML has been altered in order to make this theme work properly. Please refer to the below code snippets which highlight the specific changes required.
‹ Head Includes ›
Indicated by comment tags within the HTML structure
‹!-- jonathan riley added files began --›
‹link href="custom.css" rel="stylesheet" type="text/css"/›
‹script type="text/javascript" src="custom.js"›‹/script›
‹!--- Beginning of Delivery System - Not Required for Theme ---›
‹script type="text/javascript" src="jquery_ui/jquery-ui-1.9.0.custom.min.js"›‹/script›
‹link href="jquery_ui/dot-luv/jquery-ui-1.9.0.custom.css" type="text/css" rel="stylesheet"/›
‹!--- End of Delivery System - Not Required for Theme ---›
‹!--[if gte IE 9]›
‹style type="text/css"›
.gradient {
filter: none;
}
‹/style›
‹![endif]--›
‹!-- jonathan riley added files end --›
Your meta deta and head information is repeating mutliple times after the body tag on the page which needs to be cleaned up.
Another wrapper is needed to allow the multiple background images, it should start just below the body tag and end just before the closing body tag.
Your logo was completely remove and replaced with a background image. So there should be no canvas firing in this spot either.
‹ BODY ADJUSTMENTS ›
Images are indicated by comment tags within the HTML structure, the removal is not.
‹body onload="executeConditionalOnLoad()" data-twttr-rendered="true"›
‹!-- begin addition by jonathan riley --›
‹div id="site-wrapper"›
‹!-- end addition by jonathan riley --›
‹div class="fleft"›
‹!--- begin added by jonathan riley ---›
‹img src="images/footer_logo.png" alt="Deepak Nenmini Developer" width="187"
height="37" vspace="15" border="0"›
‹!--- end added by jonathan riley ---›
‹!-- begin addition by jonathan riley --›
‹/div›
‹!-- end addition by jonathan riley --›
‹/body›