h1 text-align: right;
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>*KHAKI*</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> #banner { height: 150px; padding: 0; margin-top: 0; color: #666; background: #7dce27 url(img/banner.jpg) no-repeat; } #banner h1 { margin-top: 0; padding: 5px 5px 0 0; font: 170% verdana, "Trebuchet MS", arial, tahoma, sans-serif; text-align: right; letter-spacing: 5px; color: #4B2207; background: inherit; } </style> </head> <body> <div id="banner"> <h1>Company Name</h1> </div> </body> </html>