@CHARSET "ISO-8859-1";
body{
	background: #575656 url('../img/404-bg.png') center no-repeat;
	color: #afafaf;
	font-family: tahoma;
	width: 100%;
	margin: auto;
}

#corps{
	overflow: hidden;
	zoom: 1;
	width: 400px;
	margin: auto;
	margin-top: 200px;
}

#corps #error{
	float: left;
	width: 128px;
}

#corps #message{
	overflow: hidden;
	zoom: 1;
	float: left;
	position: relative;
	height: 128px;
	width: 272px;
	font-weight: bold;
}

#message p{
	float: left;
}

#message img{
	position: absolute;
	bottom: 2px;
	right: 2px;
	border: none;
}
