body {
	background:url(http://www.westmonster.de/wp-content/repeatxy_760.gif);
	color:white;
	text-align:center;
	padding-top:100px;
	font-family:Georgia,Times,serif;
	font-size:40px;
}

p {
	padding:20px;
	margin:80px;
	background-color:rgba(255,255,255,.3);
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}

