

/* -------------------------------------------
	BOXED VERSION
* -------------------------------------------- */

	body{ background:url(../images/patterns/diagonal-noise.png) repeat; }
	#wrapoverall{ margin:0 auto; max-width:1024px; width:100%; box-shadow:0 0 4px #444; } 
	.header_shadow { max-width:1024px; }
	
	
	
	
	


/* -------------------------------------------
	MEDIA SCREEN FOR BOXED VERSION
* -------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {

#wrapoverall{ max-width:775px; width:100%;}
.header_shadow { max-width:775px; }


}


@media only screen and (max-width: 767px) {

#wrapoverall{ max-width:445px; width:100%; }
.header_shadow { max-width:445px; }


}


@media only screen and (max-width: 479px) {

#wrapoverall{ max-width:325px; width:100%;}
.header_shadow { max-width:325px; }


}

