body {
	background: url(./TP_Diving_in_Mauritius_1000x750.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	min-height: 100%;

	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

