css
#heander {
background-image: url(images/top.png);
width: 954px;
height: 205px;
}
#left {
background-image: url(images/bg_left.png);
width: 285px;
height: 1019px;
float:left;
}
#pion_bg {
background-image: url(images/pion_hr.png);
width: 2px;
height: 1019px;
float:left;
}
#right {
background-image: url(images/bg_right.png);
width: 667px;
min-height: 1019px;
float:left;
}
#footer {
background-image: url(images/footer.png);
width: 954px;
height: 105px;
float:left;
}
html
<!-- top -->
<!-- lewa czesc strony, menu i panel reklam -->
<!-- piowowa linia miedzy pionowym menu a centrum -->
<!-- tresć strony -->
<!-- stopka -->