html {
	background: url(https://wpcdn.web.wsu.edu/wp-hub/uploads/sites/968/2015/09/Cover2015-40.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.page-id-59 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #000;
}

.page-id-62 .nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-header {
	display: none;
}

#spine {
	display: none;
}

.page-id-25 #extensions_message {
	float: left;
}

/* Example for targeting specific page CSS:

.page-id-20 p {
	color: #981e32;
}

.page-id-20 #spine {
	display: none;
}

Remove from comment and see "Home" for example.
Example for creating own custom CSS class:

.maras-text {
	color: blue;
}

Remove from comment and see "Mara's Test Page" for example. 

#spine-navigation {
	display: none;
}

#wsu-actions {
	display: none;
}

#wsu-signature {
	height: 195px;
} */