@charset "UTF-8";
/* CSS Document */

body {
	background: url('../_img/VillaWivi2016.jpg') #000000 no-repeat 50% 50%;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	color: white;
	text-align: center;
}
