﻿/*Main Page Hiding*/
#headerBar {
	display: none;
}
#menuBarItems {
	display: none;
}
#siteLinks {
	display: none;
}
#footer {
	display: none;
}

#bgimage {
	margin-left: 400px;
	padding: 1px;
	border-width: 5px;
	border-style: double;
}
.colorDiv {
	position: relative;
	text-align: center;
	/*font-size: em;*/
	width: 7.5em;
	height: 1.1em;
	border: Outset 5px Black;
	padding: 2px, 0, 4px, 0;
	float: left;
	font-size: xx-large;
	color: white;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}
#divTodaysColors {
	position: absolute;
	top: 180px;
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pgCenter {
	position: absolute;
	/*text-align: center; /*margin: 180px 120px 0 150px;*/
	width: 100%;
	margin-left: auto ;
	margin-right: auto ;
	/*float: left;*/
	/*right: 60px;*/
	top: 40px;
	/*left: 25%;*/
	/*margin: 0 20px 0px 0;*/
}
.pgCenterAddress {
	position: absolute;
	text-align: center; /*margin: 180px 120px 0 150px;*/
	top: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#pnlTodaysColors {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}