/* em px
20 = 320
2 = 32
1 = 16
*/
body {
	background-image: url('bg5.png');
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	width:100%;
	height:100%;
}
#theDiv {
	display:none;
	position:absolute;
	top:300px;
	left:275px;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	width:600px;
	vertical-align:bottom;
	text-align:center;
}
#theImg {
	padding:0px;
	margin:0px;
	text-indent:0px;
}
.homediv {
	width:650px;
	xbackground-image:url(images/pop_delta.png);
	height:650px;
	background-repeat:no-repeat;
}
.homeplayersub {
	width:500px;
	height:400px;
	margin:25px;
	z-index:-1;
	 
}