body {
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #3D39CE;
	color: #000;
	font-size: 0.75em;
   text-align: center;
	background-color: #EFEFEF;
}
p {
	font-size: 1.2em;
	font-weight: bold;
}
#model {
	position: absolute;
	top: 235px;
	background-image: url(img/404.gif);
	background-repeat: no-repeat;
	display: block;
	width: 991px;
	height:158px;
	left: 50%;
	margin: 0 0 0 -495px;
}

