@charset "utf-8";
/* CSS Document */


div#lj{

margin-left:auto;
margin-right:auto;

max-width: 1024px;
min-width: 800px;


max-height:768px;
min-height:600px;


if lt IE 7

width: expression(document.body.clientWidth <= 802? "800px" : document.body.clientWidth >= 1025? "1024px" : "auto");
align: center;


}






