﻿#Container-Main {
  position: absolute;
  margin-left: -475px;
  left: 50%;
  top: +0px;
  width: 950px;
  z-index: 1;
  background-color: white;
}

#Layer-Top-GreyBackground {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 948px;
  height: 86px;
  background-image:url('../images/master/bg_top_grey.jpg');
  background-repeat: repeat-x;
  z-index: 2;
  border-left: 1px silver solid;
  border-right: 1px silver solid;

}

#Layer-Logo {
  position: absolute;
  left: 10px;
  top: 0px;
  width: 259px;
  height: 86px;
  z-index: 5;
}

#Layer-Top-BlueBackground {
  position: absolute;
  left: 0px;
  top: 86px;
  width: 950px;
  height: 22px;
  background-image:url('../images/master/bg_top_blue.jpg');
  background-repeat: repeat-x;
  z-index: 2;
}


#Layer-Button-Shopping {  position: absolute; left: 330px;   top: 14px;  width: 77px;  height: 94px;  z-index: 3;}
#Layer-Button-Dining {  position: absolute; left: 408px;   top: 14px;  width: 80px;  height: 94px;  z-index: 3;}
#Layer-Button-coupns {  position: absolute;  left: 485px;  top: 14px;  width: 80px;  height: 94px;  z-index: 3;}
#Layer-Button-Travel {  position: absolute;  left:562px;  top: 14px;  width: 79px;  height: 94px;  z-index: 3;}
#Layer-Button-Entertainment {  position: absolute; left: 636px;   top: 14px;  width: 87px;  height: 94px;  z-index: 3;}
#Layer-Button-Services {  position: absolute;  left: 723px;  top: 14px;  width: 78px;  height: 94px;  z-index: 3;}
#Layer-Button-Healthcare {  position: absolute;  left: 800px;  top: 14px;  width: 79px;  height: 94px;  z-index: 3; }
#Layer-Button-Logout {  position: absolute;  left: 860px;  top: 14px;  width: 77px;  height: 94px;  z-index: 3;}

#Container-Content-and-Footer {
	position: absolute; 
	top: 108px;
}

#Master-Content {
	position: relative; 
	padding-bottom: 26px;  
	min-height:500px; 
	height:auto !important; 
	height:500px;
	background: white;
	background-image:url('../images/master/bg_content.gif');
	background-repeat: repeat-x;
	width: 948px;
	border-left: 1px silver solid;
	border-right: 1px silver solid;
	
	
}

#Master-Footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 950px;
  height: 26px;
  background-image:url('../images/homepage/bg_bottomBar.gif');
  background-repeat: repeat-x;
  z-index: 3;
}
