#header{
	margin: 10px 50px 10px 40px;
	background: url('/images/header_bg.png') repeat-x;
	height:100px;
	
}

#header_left{
	position:relative;	
	left:-18px;
	background: url('/images/header_left.png') no-repeat top left;
	height:100px;

}

#header_right{
	position:relative;	
	right:-34px;
	background: url('/images/header_right.png') no-repeat top right;
	height:100px;
}

#header_text{
	background: url('/images/header_text.png') no-repeat top left;
	height:100px;
}
