/*	This CSS customises the colours, fonts, etc. 		*/
/*	for majorimagess.co..uk website				*/
@import "boilerplate.css"; /* main defaults	*/
@import "layout2.css";	/* structure CSS		*/
@import "menus.css";	/* menus			*/ 

body {
	background-color: #000;		/* black	*/ 
	background-image: url(masthead.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;			/* white text	*/
}

/* set colours for DIVs defined in layout2.css	*/
#header {
	text-align: center;
	height: 100%;
	background-color: transparent;	/* default */
	position: relative;	/* to allow postitioning of #headline	*/
	padding-bottom: 3em; 	/* allow room for #subhead	*/
}

#rightback {
	background-color: transparent; /* default */
}
#leftback {
	background-color: transparent; /* default */
}

#footer p, #footer a {
	background-color:transparent;  /* default */
	color: #FFF;				/* white  text	*/
} 

/* highlight links	*/
.gallery li a {
	color: #FF9;    /* link text to match background   	*/ 	
}
p a {
	color: #FF9;    /* link text to match background   	*/ 	
}




























