/**
 * This is the fix for possible unwanted page break
 */
#shell {
	position: absolute;
}

/**
 * Fix some weird background images.
 */
#banner {
	overflow: hidden;
	width: 1000px;
}

/**
 * Do not display any shadow on print
 */
#content-shadow {
	display: none;
}

#footer {
	display: none;
}

/**
 * Change the height to make sure the slides don't show
 * under the slideshow.
 */ 
#default-index .slideshow {
	height: 480px;
	width: 1000px;	
}