html, body{margin: 0;}

body {
height:100%; 
overflow-y:auto;
background-color:orange;}

#left_design{
background-image:url('../images/img_left.jpg');
width:89px;
height:646px;
top:0px;
left:20px;
position:fixed;}

* html #left_design {position:absolute;}

#right_design{
background-image:url('../images/img_left.jpg');
width:89px;
height:646px;
top:0px;
right:40px;
position:fixed;}

* html #right_design {position:absolute;}

#footer{color:white;}

