@media only screen and (min-width: 1024px) {

#wrapper{
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
}	
}