body {
	background:url(../img/bg.png);
}
.content {
	position:absolute;
	top:160px;
	left:50%;
	margin-left:-305px;
	width:610px;	
}
.content p {
	font-family:'JosschriftMedium', Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
	font-size:18px;
	line-height:34px;
	color:#333;
	background:url(../img/line.png) 0px 19px no-repeat;
}
.content p a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	background:#333;
	margin:-2px 0 0 -10px;
	padding:4px 10px 0;
	line-height:27px;
}
.content p a:hover {
	text-decoration:underline;
}