body{
	background:#FFF;
	color:#000;
}

#voucher_wrap{
	position:relative;
	width:800px;
	height:533px;
	}
#voucher_wrap img{
	position:absolute;
	left:0px;
	top:0px;
}
#voucher_wrap #field{
	text-align:left;
	position:absolute;
	left:285px;
	top:160px;
	display:block;
	width:400px;
	z-index:1;
	background:#FFF;
	padding:15px;
	color:#000;
	font-size:1em;
	font-weight:normal;
	}
	
#voucher_wrap #field span{
	font-size:3em;
	font-weight:bold;
}

#voucher_wrap #field em{
	position:absolute;
	font-style:normal;
	right:10px;
	top:10px;
}