.stamp {
	display 			: inline-block;

	width 				: 170px;
	height 				: 300px;


	background-image: radial-gradient(
		transparent 0px,
		transparent 4px,
		white 4px,
		white
		);
	background-size: 10px 10px;

	background-position: -5px -5px;

}

.stamp-background {

	width 				: 156px;
	height 				: 286px;

	margin 				: 5px;

	border-width 		: 2px;
	border-color 		: white;
	border-style 		: solid;

	background-color 	: #66cc66;
}

.stamp-round-container {
	width 				: 136px;
	height 				: 136px;

	border-radius 		: 100px;
	border-width 		: 2px;
	border-color 		: white;
	border-style 		: solid;

	margin 				: 8px;

}

.stamp-round-container:before {
	content 			: '100%';

	display 			: block;

	color 				: white;
	font 				: bold 48px arial;
	line-height 		: 100%;

	margin-top 			: 44px;
	text-align 			: center;

}

.stamp-text:after {
	width 				: 136px;
	height 				: 136px;

	margin 				: 8px;

	content 			: 'flash free website';

	text-align 			: center;

	display 			: inline-block;

	color 				: white;
	font 				: bold 35px arial;
	line-height 		: 100%;

	margin-top 			: 5px;
}


