html, body {
	background:#FFFFFF url(../../bg.jpg) no-repeat;
}

#index {
	position: absolute;
	width: 320px;
	height: 370px;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin-left: -160px;
	margin-top: -185px;
	
	display:none;
}

#index img {
	border:none;
}

/* FLASHCONTENT */
#flashcontent {
	height:100%;
}


/*IE6 PNGFIX*/
* html img,
* html .ie6pngfix{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", 
this.src = "_lib/css/ie6pngfix_transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}