You have your logo commented out:
<!--<div id="logo"><a href="http://www.kiirababy.com/"><img src="includes/templates/template_default/images/KBlogo.jpg" alt="KiiraBaby" title=" KiiraBaby " /></a></div> -->
And instead you have it as a background image located in:
#logoWrapper
#logoWrapper {
width:600px;
height:205px;
background-image:url(../images/weblogo2.jpg);
background-repeat:no-repeat;
background-position: center;
}
add the highlighted portion and see if that helps




