/*********************************************/
/* 
/* extra custom styles on top of bootstrap system - extra overrides for external - no need to repeat entire internal styles, they get included in external too.
/* 
/*********************************************/

body {
	background-image: url("/images/bg.png");
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0 0;
}

.footer {
  background-color: #326295;
}

.footer a {
  color: #fff;
}

.footer .text-muted {
  color: #aaa;
}

#info-panel-collapse a {
	color: #333;
}
