body {
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-color: #525152;
	/* background-color: #5C5C5C; */
}

.shadow_left {
  width: 20px;
	background-image: url('../images/shadow_left_repeat.png');
}

.shadow_left div {
  width: 20px;
  height: 500px;
	background-image: url('../images/shadow_left.png');
}

.shadow_right {
  width: 20px;
	background-image: url('../images/shadow_right_repeat.png');
}

.shadow_right div {
  width: 20px;
  height: 500px;
	background-image: url('../images/shadow_right.png');
}

.shadow_bottom {
  height: 20px;
	background-image: url('../images/shadow_bottom.png');
}

.footer {
	float: left;
	width: 586px;
	height: 31px;
	font-size: 10px;
	background-image: url('/etc/websites/isc/images/footer.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
}
