
/* HEADER******************************/
	#header_index{
		
		position:relative;
		background-image:url(../img/header_bkg_index.jpg);
		width: 1200px;
		height: 201px;
	}
	
	#header{
		
		position:relative;
		background-image:url(../img/header_bkg.jpg);
		width: 1200px;
		height: 173px;
	}
	
	#header_logo{
		position:absolute;
		left:120px;
		top:50px;
	}
	
	#header_logo_index{

		position:absolute;
		left:120px;
		top:60px;
	}
	
	#header_details{
		position:absolute;
		left:455px;;
		top:140px;
	}
	
/* END HEADER***************************/
	
	
