My apologies Alpha 7 but you lost me (really not hard to do

).
Here's some code from my header.php file:
<div id="header">
<div class="blogtitle">
<h1><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
</div> <!-- end of #header -->
Is this the code you're referring to, if so, what changes should I make?