@charset "UTF-8";
#wrapper_liners {
	float: left; /* Sets this section to the left */
	width: 618px;
}
	#header_liners {
	float: left;
	width: 568px;
	}
	#back_liners {
	float: right;
	width: 50px;
	text-align: right;
	}
	#specs_liners {
	text-align: left;
	width: 618px;
	}
	#image_liners {
	float: left;
	padding-top: 10px;
	}
	
