
#bodystyle
{
	position: absolute;
	left: 50%;
	margin-left: -492px;
	top: 0px;
	width: 984px;
	height: 606px;
	background: url('./bsmsite.png') bottom left no-repeat;
}

#compop_background {
	position: absolute;
	left: 50%;
	margin-left: -354px;
	top: -310px;
	width: 708px;
	height: 308px;
	background: url('./background.png') bottom left no-repeat;
}

#compop_close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background: url('./closeButton.png');	
}

#compop {
	position: absolute;
	left: 25px;
	bottom: 25px;
	width: 650px;
	height: 250px;
	background: url('./image.gif');	
}
