html{
	overflow-x: auto; 
}

body{ 
	background: #FFF;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0px;
	padding: 0px; 
	text-align: center; 
}

#redirectwrap{
	background: #ffcccc;
	border: 1px solid #000000;
	margin: 200px auto 0 auto;
	text-align: left;
	width: 500px;
}

#redirectwrap h4{
	background: #f94002;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 14px;
	margin: 0;
	padding: 5px;
}

#redirectwrap p{
	margin: 0;
	padding: 5px;
}

#redirectwrap p.redirectfoot{
	background: #f94002;
	border-top: 1px solid #000000;
	text-align: center;
}
