#header{
	position: relative;
	height:100px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	color:#ffffff;
	text-align: center;
	font-size: 1.5em;
	width:100%;
}
@media screen and (max-width: 800px) {
#header{
	height:75px;
}
}
