/* Background */
body{
/* violet 632b8e with sat 10% and brightness 92% */
/* 	background:#bcebd1 url("../images/bg_4_green.png") repeat-y left top !important; */
	background-image: url("../images/windmill.jpg");
  background-repeat: no-repeat;
	background-size: cover;
}

/* Links */

/* breadcrumb URL */
div #content a, ul.breadcrumb a{
	color: #2b8f59 !important;
}

/* GrivView title bar */
table.items th{
/* 	background-color: #a7aed1 !important; */
}

table.items th a{
	color: #2b8f59 !important;
}

span.divider{
	color: #2b8f59 !important;
}