/* CSS Document */

html
{
}

body
{
	margin: 0;
	padding: 0;
	background-color: #EEE;
}

#stamp
{
	width: 350px;
	margin: 100px auto;
}

#stamp p
{
	text-align:center;
	line-height: 1.8;
	font-size: 12px;
}

