@charset "utf-8";
/* CSS Document */
#fullscreen {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: red;
	z-index: 999;
	
}

#close_fullscreen {
  	position: absolute;
  	top: 20px;
	right: 20px;
  	padding: 6px 10px;
  	line-height: 1em;
  	text-align: center;
  	color: #000;
  	background: #fff;
  	text-decoration: none;
  	border-bottom: 0;
  	cursor: pointer;
	z-index: 1009;
}

HTML {_background: url(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
