@charset "utf-8";
/* CSS Document */

	.price_center{
		overflow: hidden;
		width:570px;
		position: relative;
		margin:0 auto;
		padding:0px;
		background-color:#FFFFFF;
		}
		
	
	.price_left{
		float:left;
		width:275px;
		
		}
		
	.price_right{
		float:right;
		width:275px;
		}