@charset "utf-8";
/* CSS Document */


.headerWarning {
	width: 100%; height: 240px;
	background: transparent url( '../images/headerWarning_bg.jpg' ) no-repeat top center;
}

.footerWarning {
	width: 100%; height: 149px; margin: 0px auto;
	background: transparent url(../images/footerWarning_bg.gif) no-repeat bottom center;
	position:absolute;
	bottom:0;
	z-index:0;
}

.contentWarning {
	margin:0 auto 0 auto;
	width:400px;
	text-align:center;
	background:white;
	padding:20px 0 40px 0;
	border:3px solid #CC2123;
	position:relative;
	z-index:100;
}


.contentWarning p {
	font-size:14px;
}