html, body { 
	height			: 100%;
	padding			: 0; 
	margin			: 0; 
	
}

body {
	font-family		: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color			: #999;
	font-size		: 14px;
	line-height 	: 20px;
	background		: #ececec url(images/404-bg.jpg) repeat-x;
	
}

#wrapper {
		margin			: 0 auto;
		width			: 100%;
		height			: auto;
		min-height		: 727px;
		min-width		: 100%;
		text-align		: center; 
		z-index			: 999; 
}
#wrapper #container {
	margin			: 0 auto;
	padding			: 0;
	width			: 647px;
	height			: auto;
	
}

#Oooops { 
	background: url(images/404-Oooops.jpg) no-repeat top; 
	margin: 0 auto;
	width: 647px;
	height: 701px;
}

	#Oooops span{ visibility: hidden;}
	
	p {margin: 0 auto; padding: 0; }
	
#contact { 
	background: url(images/404-plate.jpg) no-repeat top; 
	margin: 0 auto;
	width: 360px;
	height: 65px; 
	padding: 100px 38px 0 38px;
	
