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

#halfScreen {left :    0px; top:    0px; width:  100%; height: 100% ;}
#site       {left:     0px;	top:    0px; width:  100%; height: 100% ;}	
#menu       {left :   20px;	top:   20px; width: 260px; height: 300px;}
#scroll     {left :    0px;	top:    0px; width: 100%;  height: 100% ;}
#content    {left :  300px;	top:  186px; width: 510px; height: 100% ;}
#logo       {left :   75px; top:   15px; width: 400px; height: 108px;}
#foot       {left : 20px; bottom:5px; width:260px; height: 50px;}  


@media print {
#body, #fullScreen, #halfScreen, #site, #scroll	{height:700px  !important;width:680px  !important; margin:0px  !important; padding:0px  !important; top:0px  !important; left:0px  !important; right:0px;  overflow:visible !important;
}	
#logo      {left: 0px;} 
#site      {border:0px none;} 
#content   {margin-top: 180px; width:680px; overflow:visible; height:520px; }
.noprint   {visibility:hidden; display:none}
.print     {visibility:visible; display:block}
}
	