@charset "utf-8";

html #main{
width:800px;
padding-left:0px;
}

@media print{
html #main{
width:auto;
padding-left:0px;
}
}