@charset "utf-8";
/* CSS Document */



a, a:active, a:focus {
	outline: none;
}
html, body {
	height: 100%;
	width: 100%;
	margin: none;
	padding: none;
	overflow: hidden;
}

#olderbrowser {
	display: block;
	width: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	font-size: 20px;
	z-index: 10001;
	color: #fff;
	height: 100%;
	background: url(../images/ie8-bg.png);
}
.ie-quote {
	margin-top: 15%;
}

.ie-quote p{
	padding-top:15px;	
}
