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:65px;
position:fixed;}

* html #left_design {position:absolute;}

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

* html #right_design {position:absolute;}

img{border:none;}

td#header{
vertical-align:bottom}
