@media only screen and (min-width: 1141px) {
/*-----BODY -----*/
	body {}




/*-----NAVigation -----*/
nav {
	max-width: 1140px;
	margin: 0 auto;	
}

/*-----HEADER -----*/
header {
	background-image:none;
}
div#headWrapper {
	background-image:url(../images/headerDesktop.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #dadbdf;
	height: 470px;
}


/*-----CONTENT -----*/
div#content {
	max-width: 1140px;
	margin: 0 auto;	
}


/*----- FOOTER -----*/
footer {
	max-width: 1140px;
	margin: 0 auto;	
}

} 

