اولین کاری که باید بکنید این کد که 150 پیکسل از بالا فاصله گرفته رو 0 کنید
body {
background: url("images/header.jpg") no-repeat scroll center top #C4CECF;
direction: rtl;
font: 11px tahoma;
margin-top: 150px;
}
دومین کار این هست که
رنگ سبز یعنی بک گراند همین کد که هدر شماست رو حذف کنید
کد PHP:
body {
background: url("images/header.jpg") no-repeat scroll center top #C4CECF;
direction: rtl; font: 11px tahoma; margin-top: 150px;
}