@charset "utf-8";

html {
	background-image:none;
}

body {
	background-color:#fff;
	overflow:visible !important;
	-webkit-print-color-adjust:exact;
}

#gHeader,
#gMenu,
#mainContents,
#gFooter {
	display:table;
	clear:both;
	width:100%;
}

* html #gHeader,
* html #gMenu,
* html #mainContents,
* html #gFooter {
	overflow:hidden;
}

*:first-child+html #gHeader,
*:first-child+html #gMenu,
*:first-child+html #mainContents,
*:first-child+html #gFooter {
	overflow:hidden;
}

#mainContents {
	padding-bottom:0;
}

#gFooter {
	position:relative;
}