Create Info Box on header

Step 1: Need background image which will differniate with actual header bg
image size depends on the height you prefer(Preferably use 11x60
add image on to the img folder on the theme

Step 2:
Edit base css
Find ul.primary-links
add above

#usebox {
position: absolute;
background: url("../img/use-bg.gif") repeat-x top left;
top: 14px;
right: 31px;
width: 468px;
overflow: hidden;
color: #000;
height: 60px
margin: 0;
padding: 0;
float: right;
zIndex: 1;
}

Step 3 :
Edit page.tpl.php
Find

<?php print $search_box; ?>

Below add

Add your text here

The result will lead http://www.doppu.com user info box on the header

I hope this will be handy