#container{
	width:100%;
	margin:0 auto;
	background:url(../images/body/greenbg.jpg);
	z-index:1;
}
#main-shadow{
	width:100%;
	margin:0 auto;
	background:url(../images/body/shadow.png) center repeat-y;
	z-index:1;
}
#main-bg{ 
	position:relative; 
	width:990px;
	background:url(../images/content/cont-botright-bg.jpg) bottom right no-repeat;
	float:left;
	margin:0px;
	padding:0px;
}
#header-bg{
	position:absolute; 
	width:100%; 
	height:500px; 
	top:0; 
	left:0; 
	background:url(../images/body/redbg.jpg);
	border-bottom:5px solid #FFF;
	z-index:2;/*for ie*/
}
#header-bg-pic{
	position:absolute; 
	width:100%; 
	height:495px; 
	top:0; 
	left:0; 
	background:url(../images/body/header.jpg) center top no-repeat;
	z-index:3;/*for ie*/
}

#footer-bg{
	width:100%;
	background:url(../images/body/redbg.jpg);
	border-top:4px solid #FFF;
	border-bottom:4px solid #FFF;
	margin:-20px auto; 
	height:152px;
}
#footer-bg-pic{
	width:100%;
	background:url(../images/body/footer4.jpg) center center no-repeat;
	margin:0px auto; /*make this negtive to if u will use fooer3.jpg*/
}








#content-bg{
	width:695px;
	background: url(../images/content/cont-topleft-bg2.jpg) top left no-repeat;
	position:relative; float:right;
}
