/* CSS Document */
html {
	background: #ddd url(img/test.gif);
	}
#global {
	padding: 0 10px;
	background: url(img/global.png) center repeat-y;
	}
#header {
	background: #7fcf2e url(img/header2.jpg) no-repeat;
	color: #fff;
	height: 201px;
	}
#header h1 {
	margin: 0;
	}
#footer {
	background: url(img/footer2.png) center repeat-x;
/*	color: #fff;*/
	}
#tonneau {
  display: block;
  background: url(img/side.jpg) bottom no-repeat;
}
	
img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
  }

img.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

img.flag {
   margin-left: 60px;
  }

a img {
  border:  none ;
}

