<!--

.pngfix,img,div,td { 
	behavior: url(/js/iepngfix.htc); 
}


/* POINTS */
#top_points {
	position:absolute;
	background-image:url(/images/layout/points_h.png);
	background-repeat:no-repeat;
	width:100%;
	height:20px;
	top:0px;
	z-index:1;
}

#prehome_top {
	position:absolute;
	background-image:url(/images/layout/prehome_top.png);
	width:330px;
	height:294px;
	top:0px;
	left:0px;
	z-index:2;
}

#link {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
	cursor:pointer;
}

#bg {
	position:absolute;
	width:100%;
	height:100%;
	z-index:3;
	cursor:pointer;
	background:#000000;
	display:none;
}

body {
	background-color:#000;
	margin:0px;
	background-image:url(/images/layout/prehome_bg.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	z-index:0;
}

#flashPic {
	position:absolute;
	top:15px;
	left:295px;
}

#flashPic_link {
	position:absolute;
	top:15px;
	left:295px;
	cursor:pointer;
	width:500px;
	height:400px;
	background-color:black;
	filter:alpha(opacity=1);
	opacity: 0.01;
	-moz-opacity:0.01;
	
}