#container
 {
 margin: 1em -5% 1em 5%;
 height: 100%;
 background-color: green;
 }
#content
 {
 float: right;
 width: 80%;
 }
#sidebar
 {
 float: left;
 }
/* dziala w IE i Operze */