@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
   #header {
				width:1200px;
				padding:0px;
				margin: auto;
				height:200px;
				background-color:#eaeaea;
				border-bottom:5px solid #ccc;
				z-index=2;
	}
}