html {
	height: 100%;
}
body {
	height: 100%;
	margin:0;
}
header {
	position:fixed;
	height:200px;
	border-bottom:solid 3px rgb( 152, 30, 50 );
}