I don't think so, I've replaced the default.aspx with the original file from the download,
this was the file I was playing with when it decided not to play anymore!
here is a copy of the file...
<%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="Main"
MasterPageFile="~/Skins/Kartris/Template.master" %>
<asp:Content ID="cntMain" ContentPlaceHolderID="cntMain" runat="Server">
<div id="homepage">
<user
opupMessage ID="UC_PopUpConfirmMail" runat="server" />
<% '--------Home page main feature---------- %>
<user
age ID="UC_Page" runat="server" PageName="default" EnableViewState="False" />
<div class="spacer">
</div>
<% '--------Various highlighted products and info---------- %>
<div class="chunks">
<div class="chunk">
<user:FeaturedProducts ID="UC_FeaturedProducts" runat="server" />
</div>
<div class="chunk">
</div>
<div class="chunk">
<user:SiteNews ID="UC_SiteNews" runat="server" TitleTagType="h2" EnableViewState="False" />
</div>
</div>
</div>
</asp:Content>