body {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#pathOptions {
	background-color: #fff;
}

#content {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 250px);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 250px);
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%,rgba(255,255,255,0) 250px);
}

.contentRow {
	background: transparent !important;
}
