@media only screen and (orientation:portrait) {
	#headerSpace{
			height: 200px;
			background-color: transparent;
	}
}



@media only screen and (orientation:landscape) {
	#headerSpace{
			height: 100px;
			background-color: transparent;
	}
}