@charset "UTF-8";

/* for IE6 */
@media print {
* html body { zoom: 0.9; }
* html div.jq-shadow { background-color: white; }
* html div#footer { width: 750px; }
}

/* for IE7 */
*:first-child+html body { zoom: 1.1; }
*:first-child+html div.jq-shadow { background-color: white; }
*:first-child+html div#footer { width: 750px; }

/* for Safari 2 */
body#top:last-child:not(:root:root) div#wrapper {
	position: relative;right: -66px;
}
body:last-child:not(:root:root) div#wrapper {
	position: relative;right: -110px;
}
/* for Safari 3 */
body#top:first-of-type div#wrapper {
	position: relative;right: -66px;
}
body:first-of-type div#wrapper {
	position: relative;right: -110px;
}

body {
	background-image: none;
}
