div#header { clear: both; width: 100%; }
/* Stulpelių viduryje container'is */ div#middle { position: relative; width: 100%; float: left; } /* Clearing'o hack'as */ div#middle:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; } /* Stulpelio centre container'is */ div#container_center { float: left; width: 100%; margin-right: -95%; } /* Stulpelis centre (kurį dabar skaitote) */ div#center { margin-left: 180px; margin-right: 180px; }
div#left { width: 160px; margin-left: -5%; float: left; }
div#right { width: 160px; margin-right: 0px; float: right; }