body{
background-color:orange;
padding: 0px;
margin: 0px;

}

tr#menu{
background-color:#ffb600;

}

tr#text1{
background-color:#ff9c00;

}

tr.bottom_menu{
background-color:#be40ac;

}


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

float: left;
left: 0px;

}

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

}

div#container{
width: 1000px;

}
