@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #header {
				width:1200px;
				padding:0px;
				margin: auto;
				height:200px;
				background-color:#eaeaea;
				border-bottom:5px solid #ccc;
				z-index=2;
	}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  #header {
				width:1200px;
				padding:0px;
				margin: auto;
				height:200px;
				background-color:#eaeaea;
				border-bottom:5px solid #ccc;
				z-index=2;
	}
}