/* CSS Document */

#redbar {
	width: 750px;
	background-color: #FF0000;
	text-align: center;
	background-position: center;
	margin-left: 2px;
}
#bluebar {
	background-color: #000099;
	width: 750px;
	margin-left: 2px;
}
#graybar {
	background-color: #333333;
	width: 750px;
	margin-left: 2px;
}