@import url("villa-pamplemousse/layout.css");

.error404{
	text-align: center !important;
	padding: 50px  !important;
}

/* 
This piece of code is for clearing the floats without structural markup
Don't modify it
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 0px;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */