

#top_bar_index {
	height: 331px;
	width: 100%;
	
	position: relative;
	
}

	#photo_index1 {
		height: 331px;
		width: 729px;
		
		position: absolute;
		top: 0px;
		left: 2px;
	}
	
	#bar_index1 {
		height: 331px;
		width: 43px;
		
		background-image: url(images/bar_index1.gif);
		background-repeat: no-repeat;
		
		position: absolute;
		top: 0px;
		left: 734px;
	}

#top_bar_main {
	height: 145px;
	width: 100%;
	
	position: relative;
	
}

	#photo_main1 {
		height: 145px;
		width: 729px;
		
		position: absolute;
		top: 0px;
		left: 2px;
	}
	
	#bar_main1 {
		height: 145px;
		width: 43px;
		
		background-image: url(images/bar_main1.gif);
		background-repeat: no-repeat;
		
		position: absolute;
		top: 0px;
		left: 734px;
	}
	
	
.content_div_partners {
	top: -18px !important;
}