/* 
	
	Ling.pl to the Left
	-------------------------------------------
	Author: Jakub Zakrzewski
	Version 1.1

*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("ling.pl") {

  body { 
    background: #c9d3d6 !important; 
    color: #c9d3d6 !important; 
    padding-top: 9px !important;
  }

  #google-sub-left, #google-top-inside, #logo, #slowniki_link { 
  visibility: hidden !important;
  }


#main {
  position: fixed !important;
  left:115px !important;
  top:32px !important;
  width:660px !important;
  overflow: -moz-scrollbars-vertical !important;
  height: 760px !important;
}
}