Вот Вам почва для размышлений: <!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=utf-8" /> <title>Untitled Document</title> <style type="text/css"> /* ########################################################################### ######################### [1. Page configuration] ########################################################################### ######################### —————————————————————————————————- [1.1 Defaults Tags options] —————————————————————————————————- */ * html { font-size:100%; } /* for IE */ body { font-family: Arial, Helvetica, sans-serif; font-size: 0.625em; /* default page font size is 10px (1em) */ min-width: 100.8em; /* Default scroll width is 16px, so 1024-16 is 1008px */ position:relative; border:1px solid #f0f; } * { margin: 0; padding: 0; outline: none; } ul { list-style-type: none;} img { border: none; } table { border-collapse: collapse; } /* HEADER */ div.hdr { background-color:#333; height:10.0em; } div.hdr p { text-align:center; font-size:1.6em; color:#fff; } /* Extended */ div.ext { position:absolute; left:50%; top:25%; width:24.0em; height:6.0em; background-color:#9C6; } /* Content container */ div.data { overflow:hidden; _zoom: 1; } /* side bar */ div.sb { float:left; width: 25.0em; background-color:#3ff; _margin-right:-25.0em; } /* content */ div.content { margin-left:25.0em; background-color:#fcfcfc; } </style> </head> <body> <!-- header --> <div class="hdr"> <p>Header</p> </div> <!-- extended --> <div class="ext"></div> <!-- data container --> <div class="data"> <!-- side bar --> <div class="sb"> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> </div> <!-- content --> <div class="content"> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p> </div> </div> </body> </html>