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

* html #right_design {position:absolute;}

div.mainpage{
background-color: #3f7d02;
width: 911;
height: 1519;
}

td.info{
color: white;
text-align: center;
}

img{
border-style: none;
}
