#page-content
{
	margin-top: 0;
}

#homepage-carousel
{
	margin-bottom: 25px;
	background: -webkit-radial-gradient(circle, #5064C9, #522173);
}

#homepage-carousel img
{
	margin: 0 auto;
}

#is-this-you
{
	padding:20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #eee;
}

#is-this-you h3
{
	margin: 0 0 15px 0;
	font-size: 42px;
	text-align: center;
}

#is-this-you .box
{
	padding:20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #fff;
}

#is-this-you ul li
{
	margin-bottom: 10px;
}

#is-this-you ul li:last-child
{
	margin-bottom: 0;
}

#is-this-you p:first-child
{
	font-size: 18px;
}

#is-this-you p.alert
{
	margin-top: 15px;
}