@media only screen and (max-device-width: 480px) {
	body {
		width : 400px;
	}
	div {
		width : 400px;
		margin-left : 20px;
	}
}