#maincontent {
	width: 955px;
}

@media screen and (max-device-width: 480px) {
	#maincontent {
		width: auto;
		padding: 0 20px;
	}
}