/*
 for printing modalbox content
*/

/* hide everything */
body {
	background-color: white;
	width: 1024px;
	height: 1100px;
	overflow: hidden;
}
#worldContainer {
	display: none;
	width: 1000px;
	height: 1000px;
	overflow: hidden;
	background-color: white;
}

div#MB_window, div#MB_frame, div#MB_content{
	width: 100%;
	height: 100%;
	overflow: visible;
}

/* this will be the ONLY thing that shows up! */
div#MB_content img {
	display: block;
	position: absolute;
	top: 0px;
	left:0px;
	visibility: visible;
	height: 1100px;
	width: 1000;
	width: auto;
}