here's my simple code run by css
hope you will learn from it.
get your css here:
css file
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="KEYWORDS OF YOUR WEBSITE USE FOR GOOGLE SEARCH" />
<meta name="description" content="DESCRIBE YOUR WEBSITE" />
<title>YOUR TITLE</title>
<link rel="shortcut icon" href="YOUR SHORTCUT ICON" />
<!--css-->
<style type="text/css" media="all">
@import "YOUR CSS FILE";
</style>
<!--js-->
FOR JAVASCRIPT IF YOU HAVE
</head>
<body>
<div class="header">
<div class="ays"> </div>
<div class="menu_link">
<a id="opened">Home</a> | <a href="#">YOUR LINK</a> | <a href="#">YOUR LINK</a>
</div>
</div><!--end header-->
<div class="clear"></div>
<div class="main_index">
<div class="left">
<div id="technical_line">div tag with id "technical_line" located @ your css file.</div>
</div>
<div class="right">
<div id="solutions_line">div tag with id "solutions_line" located @ your css file.</div>
</div>
</div><!--end main_index-->
<div class="clear"></div>
<div class="footer">
Powered by: YOUR HOST<br />
© 2012 YOUR WEB NAME. All rights reserved.<br />
Codification by: OPTIONAL | Revision by: OPTIONAL
</div><!--end footer-->
</body>
</html>