Look at these changes -
Code:
</head>
<body>
<div id="header">
<img src="http://www.codingforums.com/attachment.php?attachmentid=11780&d=1355082047" alt="description" width="264" height="66" id="tizen" />
<div>
<div id="navigation">
<div class="infos">
<font color="#00ff00">Online</font> </div>
<div>
Owner:<font color="#00ff00"> Luke</font> </div>
<ul id="primary">
<li class="selected">
<a href="http://tizenx-rsps.com/index.html"><span>Home</span></a>
</li>
<li>
Code:
/*------------------------------ HEADER ------------------------------*/
#header {
background: url(../images/bg-header.png) repeat-x;
padding-bottom: 25px;
}
#tizen {float: left;}
#header > div {
height: 426px;
width: 960px;
margin: 0 auto;
position: relative;
}
/** Logo **/