.currency_image {
				position:relative;
				float:left; /* optional */
				width:355px;
				height:187px;
			}
			.currency_image .pay {
				position:absolute;
				top:20px; /* in conjunction with left property, decides the text position */
				left:35px;
				width:300px; /* optional, though better have one */
			}
			.currency_image .dollars {
				position:absolute;
				top:48px; /* in conjunction with left property, decides the text position */
				left:51px;
				width:300px; /* optional, though better have one */
			}
			.currency_image .amount {
				position:absolute;
				top:85px; /* in conjunction with left property, decides the text position */
				left:250px;
				width:300px; /* optional, though better have one */
			}
