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

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 50px;
  min-height: 100%;
}
#workWatercolour {
	width: 100%;
	height: 356px;
	position: absolute;
	bottom: 0;
	background-image: url(../img/workColour.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

footer {
	position: absolute;
	bottom: 0;
	z-index: 999;
}
.zIndexWatercolour {
	z-index: 99;
}