//------------------------------------------------------------------------------
// CCS Source for the failover page.
//------------------------------------------------------------------------------

* {
	margin: 0px;
	padding: 0px;
}

body {
    background: url('../img/squared_metal.png');
	background-size: 132px 132px;
}

div.failoverMainContainer {
/*	background: url('../img/logo.png') no-repeat;
	background-size: 1200px 221px;
*/
	position: relative;
	width: 800px;
	height: 500px;
	padding: 300px 200px 0px 200px;
	left: 50%;
	margin-left: -600px;
	margin-top: 100px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	color: #555555;
	letter-spacing: 0.15em;
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 

	body {
		background: url('../img/squared_metal_@2X.png');
		background-size: 132px 132px;
	}

	div.failoverMainContainer {
/*		background: url('../img/logo_@2X.png') no-repeat;
		background-size: 1200px 221px;
*/
		position: relative;
		width: 800px;
		height: 500px;
		padding: 300px 200px 0px 200px;
		left: 50%;
		margin-left: -600px;
		margin-top: 100px;
		font-family: Tahoma, Geneva, Kalimati, sans-serif;
		color: #555555;
		letter-spacing: 0.15em;
		font-size: 15px;
		line-height: 20px;
		text-align: justify;
	}
}

h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.5em;
	line-height: 25px;
	margin: 10px 0px 20px 0px;
	color: #333333;
}



//------------------------------------------------------------------------------
// © Autopass SA - 2013, 2014 - Tous droits réserves.
//------------------------------------------------------------------------------
