		div.framehide {
			display: block;
			position: relative;
			box-sizing: border-box;
			width: 1490px;
			height: 1050px; 
			margin: 0px;
			padding: 0px;
			background: url("../img/colours.jpg") no-repeat center;
			background-size: cover;
			z-index: 1;
			text-align: justify;
			overflow: hidden;
		}
		.framehide span {
			display: block;
			font-family: arial;
			font-size: 0.8em;
			margin: 10px;
			color: white;
		}
		div.frames {
			display: block;
			position: absolute;
			top: 0px;
			box-sizing: border-box;
			width: 1490px;
			height: 1050px; 
			z-index: 5;
			margin: 0px;
			padding: 0px;
			background: blue;
			text-align: center;
			vertical-align: middle;
			overflow: hidden;
		}