

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

	
	body{ background-color:#38acec; background-repeat:repeat; background-attachment:fixed;  @-moz-background-size: cover;}
	/*body{ background-color:#58ACFA; background-repeat:repeat; background-attachment:fixed;  @-moz-background-size: cover;}*/
	#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; }


}

