Şu Şekilde Yapabilirsin.
Örnek Olarak;
<div id="header">
<div class="header_giris">
Login Kodlarını Buraya Yerleştir.
</div>
<h1>
<a title="Site İsmi" href="index.php">Site İsmi</a>
</h1>
</div>
#header {
background: #121212;
width:960px;
height:110px;
margin: 0 auto;
padding: 0;
.header a {
font-weight: bold;
text-decoration: none;
}
.header a:link {
color: #999999;
}
.header a:visited {
color: #999999;
}
.header a:hover {
color: #ff0042;
text-decoration: underline;
}
.header a:active {
color: #999999;
}
}
.header_giris {
float: right;
margin: 30px 20px 0 0;
width: 300px;
}
.header h1 {
float: left;
display: inline;
margin: 17px 0 0 16px;
}
.header h1 a {
display: block;
width: 345px;
height: 68px;
text-indent: -9999px;
background: transparent url(logoadresin.gif) top left no-repeat;
}Ben Kodları Öylesine Yazdım. Sen Buna Bakarak Kendine Göre Ayarlıyabilirsin.