body{
	background: url('../images/bg2.png');
	}

#wrapper {
	margin-top: 50px;
	}


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

	#wrapper {
		margin: 30px;
		width: 95%;
	}
	
	
		#feature{
			height: 371px;
			width: 563px;
			background-size: 100% auto;
			}	
	
		#myExtraContent2 {
			width: 320px;
			height: 154px;
			background-size: 320px 154px;
			}
		
	
	
	
	}


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

	#wrapper {
		margin: 0px;
	}}