/**
 *
 *
 *  frentix.com styles (print)
 *
 *  
 */

@media print {
	body {
		background-image: none;
		background: #FFF;
	}
	#fx_meta {
		display: none;
	}
	#fx_border_left {
		display: none;
	}
	#fx_border_right {
		display: none;
	}
	#fx_header {
		background-image: none;
	}
	#fx_bg_wrapper, #fx_wrapper, #fx_main {
		width: 100%;
	}
	div.scroller {
		width: 100%;
		height: 100%;
		overflow: visible;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)     */
		width:100%;
		height: auto;
		overflow:visible;
		float:none;
		display: block;
	}
	div.scroller div.content {
		width: 100%;
	}
}