	body {
		background: #FFFFFF url(images/bkg_new.jpg) center repeat-x;
	}
	
	 .container {
	 margin:0px auto;
	 width:1000px;
	 overflow:hidden;
	 }
	 
	 .black {
	 margin:0px auto;
	 width:980px;
	 overflow:hidden;
	 background-color:#000000;
	 }
	 
	 .left, .right {
	width:490px;
	float:left;
	 }

	.leftside, .rightside { 
	width:490px;
	height:675px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	}
	 
 	.leftside {
		float:left;
		background-color:#000000;
		-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
	}

 	
	.rightside {
		float:right;
		background-color:#000000;
		-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
		}

 	.leftside:hover, .rightside:hover {
		-moz-opacity:1.00; filter:alpha(opacity=100); opacity:1.00;
	}

		
	.head {
	margin-top:-137px;
	float:left;
	position:relative;
	z-index:100;
	}

	.black_bkg {
	width:460px;
	padding:15px;
	background:url(images/black_bkg.png) repeat-y  top left;
	float:left;
	text-align:left;
	font-weight:bold;
	position:relative;
	z-index:200;
	margin-top:-42px;
	color:#FFFFFF;
	display:none;
	}
	
	.black_bkg:hover {
	color:#FFFFFF;
	}
	
	.white_bkg {
	width:460px;
	padding:15px;
	background:url(images/white_bkg.png) repeat-y  top left;
	float:left;
	text-align:left;
	font-weight:bold;
	color:#da1a79;
	position:relative;
	z-index:200;
	margin-top:-42px;
	display:none;
	}
	
	.left:hover	.black_bkg {
		display:block;
	}

	.right:hover .white_bkg {
		display:block;
	}
	.foot {
	padding:10px;
	font-size:11px;
	}
	.preload {
	display:none;
	}
	
	.foot_links a {
	color:#696969;
	margin-right:10px;
	}
