/* HEADER */
/* div header */
#header {
	width: 99%;
	background: url(../img/cube.jpg) no-repeat right top;
	margin: 0;
	height: 245px;
	}
/* title in the header */
#titleImages {
	position: absolute;
	left: 407px;
	top: 40px;
	}
/* blue dashed line */
#blueband {
	position: absolute;
	width: 66%;
	left: 0px;
	margin-left: 293px;
	}