<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
	<title>Site is Under Maintenance, please try later | NASCAR.COM</title>

	<meta charset="utf-8">

	<!-- Use the .htaccess and remove these lines to avoid edge case issues.
		More info: h5bp.com/b/378 -->
	<!--[if IE]>
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
	<![endif]-->

	<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">

	<meta name="description" content="Description goes here." />
	<meta name="keywords" content="Keyword" />
	<link rel="shortcut icon" href="<%=request.getContextPath() %>/favicon.ico">
	<style>
		body { font: 11px "Arial",sans-serif; background: none repeat scroll 0 0 #2A2A2A; }
		html { font-size: 100%; }
		
		* { background-repeat: no-repeat; margin: 0; padding: 0; }
		figure.scale img, img.scale { width: 100%; }
		img { border: 0 none; vertical-align: middle; }
		
		.underMaintenance  { color: #FFF;  position: relative; }
		.underMaintenance .mainContainer { position: absolute; width: 100%; top: 0; }
		.underMaintenance .heading { margin: 17% 5% 0 49%; }
		.underMaintenance .heading h2 { font:italic normal 26px "ScoutBlackItalic", sans-serif; }
		.underMaintenance .heading h3 { font:italic normal 22px "ScoutLightItalic", sans-serif; }
		.underMaintenance .maintenanceContent { width: 60%; margin: 8% auto 0; padding-left: 9%; }
		.underMaintenance .maintenanceContent p { font: normal 12px/16px "Arial",sans-serif;  }
		
		@media only screen and (min-width: 1px) and (max-width: 599px) {
			.underMaintenance .mainContainer { margin-left: 8%; position: absolute; top: 0; width: 75%; }
			.underMaintenance .heading { margin: 31% 0 0 0; width: 100%; text-align: center; }
			.underMaintenance .maintenanceContent { margin-top: 8%; width: 100%; padding: 0px; text-align: center; }	
			.underMaintenance .heading h2 { display: block; font:italic normal 22px "ScoutBlackItalic", sans-serif; }
			.underMaintenance .heading h3 { font:italic normal 18px "ScoutLightItalic", sans-serif; }
		}
		
		@media only screen 
		and (min-width: 600px)
		and (max-width: 1024px){
			.underMaintenance .maintenanceContent { margin-top: 5%; }
			.underMaintenance .heading h2 { font:italic normal 22px "ScoutBlackItalic", sans-serif; }
			.underMaintenance .heading h3 { font:italic normal 18px "ScoutLightItalic", sans-serif; }
		}
	</style>
	<link href="http://cloud.webtype.com/css/ea876674-7da2-481d-b23a-192592ad5e4a.css" rel="stylesheet" type="text/css" />
</head>
<body>
	<div>
		<div class="pageContainer landingPage">
			<div class="underMaintenance">
				<img src="failover/bg_undermaintenance.png" alt="" class="scale" />
				<div class="mainContainer">
					<div class="heading">
						<h2>Work In Progress</h2>
						<h3>We will be back to racing soon.</h3>
					</div>
					<div class="maintenanceContent">
						<p>Temporarily Unavailable. The website that you're trying to reach is having technical difficulties and is currently unavailable. We are aware of the issue and are working hard to fix it. Thank you for your patience.</p>
					</div>
				</div>
			</div>	
		</div>
	</div>
</body>
</html>
