@media only screen and (min-width:600px) {
	#content {
		width:78%;
	}
}

@media only screen and (min-width:950px) {
	#wrapper {
		width:960px;
		margin:0 auto;
		padding-bottom:100px;
	}	

	#content{
		width:99%;
	}
}
