#holding
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	margin-top: -100px;
}

#holding p
{
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	color: #000;
}
#holding a
{
	color: #000;
	text-decoration: none;
}

