@CHARSET "ISO-8859-1";

* {
	margin:			0;
	padding:		0;
	color: 			#FFFFFF;
	font-family:	Arial;
}

html {
  height: 100%;
}

body {
	background-color:		rgb(220, 220, 220);
	background-image:		url(Pano.jpg);
	background-attachment:	fixed;
	background-repeat:		no-repeat;
	background-position:	50% 50%;
	background-size:		auto;
	height:100%;
}

#tout {
	display:				table;
	height:					100%;
	margin: 				auto;
}

#images {
	display:				table-cell;
	vertical-align:			middle;
}

#image {
	display:				inline;
}

img {
    padding: 				5px;
}

