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

#Table_01{
background-color:#fe8802;}

td#contact{
text-align:center;

}

div#phone{
color:white;
font-weight:bold;
}

p#address{
color:black;

}

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


}

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

}

div#middle{
margin-top:0px;
}
