#main .content{
	background:url(/assets/img/bg-03.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	min-height:300px;
	padding:25px;
	width:550px;
}

#main .content h1{
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
	color:#373333;
}

#main .content p{
	line-height:29px;
	margin-bottom:30px;
	font-size:16px;
	color:#666666;
}