@import url("internal.new.css");
body,html{
	margin:0px;
	padding:0px;
	border:none;
}
#BGTable {
	width: 100%;
	z-index:1;
	position:absolute;	
}
#BG_R1 {
	width: 50%;
	background-color: #1a1b1f;
	background-image: url(../images/bg/new/BottomRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
}
#BG_R2 {
	background-image:url(../images/bg/new/left-right-top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#BG_L1 {
	background-color:#000000;
	background-image:url(../images/bg-right1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width: 50%;
	z-index: 1;
}
#Page {
	position:relative;
	width: 100%;
	z-index:5;
}

