/* 1040px CSS Document */

  
  
/*Drop Shadows and rounded corners around wrapper if screen width is greater than 960*/  
#wrapper { 
	position:static;
	background-color:#FFF;
	display:block;
	max-width:960px;
	min-width:960px;
	margin: auto;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	border: solid 0px #000;
	
}


		
