
body {
	z-index: -2;
	overflow-x: hidden;
}

#swimmer0 {
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	width: 128px;
	height: 68px;
	border: 0px solid #fff;
	position: absolute;
	display: none;
	z-index: 60;
}

#mid_panel1 {
	width: 605px;
	color: #dddddd;
	background: #4e8018;
	margin-top: 20px;
}

#mid_panel2 li {
	font-weight: normal;
	line-height: 18px;
	margin-left: 33px; 
	margin-right: 20px; 
}

#container_p {
	position: absolute;
	display:none;
	z-index:100;
}

@media print {

	body {
		background: #fff;
	}
	
	#container {
		display:none;
	}

	#container_p {
		position: absolute;
		top: 0px;
		left: 0px;
		background: #fff;
		z-index: 200;
		display:block;
	}

}

