@charset "utf-8";
/* CSS Document */
.Container{
width:786px;
margin:0 auto;
}
.Header{
height:97px;
/*background-color:#FFFFFF;
background-image:url(../images/eng/web_bg.jpg);
background-repeat:repeat-x;
background-position:0px -2px;*/
background:#fff url(../images/eng/web_bg.jpg) repeat-x 0px -1px;
}
.Menu{
height:27px;
padding:0 1px;
}
.Main{

}
.MainLeft{
width:116px;
float:left;
}
.MainRight{
float:left;
width:670px;
}
.Foot{
clear:both;
background:#009966;
}
