/* CSS Document */
.bgGrey:first-child .pageWidth {
	margin-top: 0;	
}
.bgGrey:last-child .pageWidth {
	margin-bottom: 0;	
}

/* Screen size specific stuff */
/* Desktop */
@media all and (min-width: 1000px) {
	
}
/* Tablet, large phone */
@media all and (max-width: 999px) {
	
}