/* General */

* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}
#banner {
	display: block;
	overflow: hidden;
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
	#banner div {
		background-repeat: no-repeat;
		position: absolute;
	}
/* Custom */

#banner {
	border: 1px solid #808080;
}
#banner:hover {
	cursor: pointer;
}
#banner, .full {
	width: 300px;
	height: 250px;
}
#txt01 {
	background-image: url(txt01.png);
	opacity: 0;
	top: 10px;
	z-index: 6;
}
#txt02 {
	background-image: url(txt02.png);
	opacity: 0;
	top: 10px;
	z-index: 6;
}
#colour {
	background-color: #390410;
	z-index: 5;
}
#foreground {
	background-image: url(foreground.png);
	width: 400px;
	height: 250px;
	left: -50px;
	z-index: 3;
}
#middle {
	background-image: url(middle.png);
	z-index: 2;
}
#background {
	background-image: url(background.jpg);
	width: 400px;
	height: 250px;
	left: 0;
	z-index: 1;
}
#cta {
	background-image: url(cta.png);
	opacity: 0;
	top: 10px;
	z-index: 6;
}
#coa {
	background-image: url(coa.png);
	opacity: 0;
	top: 10px;
	z-index: 6;
}