html.fullscreend body {
	background-image: none;
}

html.fullscreend,
html.fullscreend body,
#fullscreend,
#fullscreend table,
#fullscreend td{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-collapse: collapse; }

#fullscreend {
	position: absolute;
	z-index: 0; }

#fullscreend div{
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left:-50% }

#fullscreend td {
	vertical-align: middle;
	text-align: center; }

#fullscreend img{
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
	display: none; }

#fullscreend_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: auto; }

