@charset "utf-8";
/* CSS Document */

#div404 {
	float:left;
	display:inline;
	clear:both;
	width:100%;
	min-height:446px;
	height:auto !important;
	height:446px;
	background-image:url(/images/404-image.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#div404 h2{
	font-size:60px;
	color:#f0ec45;
	border-bottom:none;
	font-weight:bold;
	margin-top:30px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-left:0px
}

#div404 h3{
	font-size:30px;
	color:#f0ec45;
	border-bottom:none;
	font-weight:bold;
	margin-left:0px
}
#div404 p{
	float:left;
	display:inline;
	clear:both;
	width:100%;
	font-size:12px;
	color:#b0b1b3;
	text-transform:uppercase;
	padding:34px 0 15px 0;
	margin-left:0px
}
