@media only screen and (max-width : 480px) {
	body{
		background: none;
		font-size: 120% !important;
	}
	#container{
		width: 100%;
	}
}