Thanks for the reply, but i kinda suck at HTML stuff.

can you tell me where exactly am i supposed to change this. header.php?

This is the code of the header.php

Code: 
<!-- header START -->
<link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/favicon.ico" />
<div id="header" onclick="location.href='http://xboxpirate.com';" style="cursor: pointer;">

	<!-- banner START -->
	<?php if( $options['banner_content'] && (
		($options['banner_registered'] && $user_ID) || 
		($options['banner_commentator'] && !$user_ID && isset($_COOKIE['comment_author_'.COOKIEHASH])) || 
		($options['banner_visitor'] && !$user_ID && !isset($_COOKIE['comment_author_'.COOKIEHASH]))
	) ) : ?>
		<div class="banner">
			<?php echo($options['banner_content']); ?>
		</div>
	<?php endif; ?>
	<!-- banner END -->

	
</div>
<!-- header END -->
Thanks a lot for the help