@font-face {
	font-family: 'Impact';
	src: url('../fonts/impact.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
div.container {position: relative; width: 157px; height: 250px; background: url(../img/bg.jpg) left top no-repeat; overflow: hidden;}
/* logo */
div.container div.logo {position: absolute; z-index: 2; width: 118px; height: 46px; left: 20px; top: 13px;}
/* /logo */
/* text */
div.container div.text {position: absolute; z-index: 3; width: 157px; height: 125px; left: 0; top: 85px; background: url(../img/text_bg.png) left top no-repeat;}
div.container div.text div.t1 {font-family: 'Impact', Arial, sans-serif; font-size: 14px; line-height: 1; color: #ffffff; text-transform: uppercase; text-align: center; padding: 30px 6px 0 6px;}
div.container div.text div.t2 {font-family: 'Impact', Arial, sans-serif; font-size: 20px; line-height: 1.1; color: #ffffff; text-transform: uppercase; text-align: center; padding: 3px 6px 0 6px;}
/* /text */
/* images */
div.container div.images {position: absolute; left: 0; right: 0; top: 0; bottom: 0;}
div.container div.images div.image_1 {position: absolute; z-index: 2; width: 138px; height: 125px; left: 10px; top: 111px;}
div.container div.images div.image_2 {position: absolute; z-index: 1; width: 132px; height: 128px; left: 15px; top: 107px;}
div.container div.images div.image_3 {position: absolute; z-index: 1; width: 134px; height: 142px; left: 13px; top: 104px;}
/* /images */