body {
	padding-top: 150px;
	}

a#redirect {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 130px;
	background-color: #F00;
	text-align: center;
	padding-top: 20px;
	}

a#redirect p{
	font-family: Arial, sans-serif;
	color: #FFF;
	text-decoration: underline;
	font-size: 24px;
	line-height: 1.3;
	}

a#redirect:hover p {
	color: #FFF;
	text-decoration: none;
	}

a#redirect:hover {
	background-color: #C00;
	}
