﻿/* CSS layout */
#location_bar {
	background-color: #c9234a;
	width: 745px;
	height: 30px;
}
#content {
	background-color: #123F5E;
	width: 745px;
	height: auto;
}
