/** * Basic 2 column (content)(aside) fixed layout * * @package WPFramework * @subpackage Layouts * @beta */ .container { width: 800px; margin: 20px auto; background:url(../images/pozadina.png); } .hfeed { width: 455px; float: left; margin:5px 10px 20px 50px; } .aside { width: 220px; float: right; margin:20px 40px 20px 10px;} .footer { background:url(../images/dole.jpg); clear: both; width:800px; height:294px; }