body {
	margin:0px; padding:0px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image: url("images/orange-stripe.png");
}
	
#content {
	width:570px;
	margin:20px auto;
	text-align:center;
	padding:15px 15px 30px 15px;
	background-color:white;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-top:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #999;
}
#description {
	width:500px;
	margin:auto;
	text-align:center;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dashed orange;
}

