p {
	font-size:20px;
	line-height:30px;
	text-align:center;
}

div.home-button {
	background:#e5e5e5;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	transition:background 0.5s ease;
	border:1px dashed #000;
}

div.home-button:hover {
	background:#f2f2f2;
}

div.home-button a {
	color:#f42c3b;
	-webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	-o-transition:color 0.5s ease;
	transition:color 0.5s ease;

}

div.home-button:hover a {
	color:#000;
}