/* CSS Document */
body {
	background-image: url(pinstripes.png);
	font-family:Helvetica;
}
p {
	position: relative;
	top: 30px;
	margin: 0 0 20px 0;
	padding: 20px;
	background: white;
	-webkit-border-radius: 10px;
	border: 1px solid #999999;
	text-align: center;
	font-size: 16px;
}
