/* ######### CSS of shadowbox ######### */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Layer1 {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:102;
	background: url(bgtrans.png) repeat;
}

#Layer2 {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:103;
}