* {
  margin : 0;
  padding : 0;
}
body { 
  background-color : #fff;
  text-align : center;	
}
#header {
	display : block;
  text-align : center;
  width : 900px;
  height : 526px;
  background : url(../images/global_header.jpg) no-repeat top center;
  margin : 0 auto;
  text-align : left;
  position : relative;
  z-index : 2;
}
#info {
  position : absolute;
  display : block;
  width : 540px;
  height : 217px;
  bottom : 20px;
  left : 49px;
  background : url(../images/global_bkd.jpg) no-repeat center center;
}
#nyc, #lasVegas, #national {
	display : block;
  width : 150px;
  height : 70px;
  float : left;
  margin : 35px 0 0 225px;
  font-family : Verdana, "Sans-Serif";
  font-size : 10px;
  color : #0a286c;

}
#moreinfo {
  font-family : Verdana, "Sans-Serif";
  font-size : 10px;
  color : #0a286c;
  position: relative;
  top: -10px;
  }
  #moreinfo a {
  color : #0a286c;
  }
#info * b { display : block; }
#info * img { margin-top : 5px; border: none; }
#national {
	margin : 15px 0 0 150px;
	width : 390px;
}
#national .left {
  float : left;
  display : block;
  width : 150px;
  margin-right : 10px;
}
#national .right {
	float : left;
	clear : right;
}
#national .right ul {
	list-style : none;
}
#lbkd {
	position : absolute;
	top : 0;
	left : 0;
	width : 50%;
	height : 400px;
	background : url(../images/global_lbkd.gif) repeat-x top left;
}
#rbkd {
	position : absolute;
	top : 0;
	right : 0;
	width : 50%;
	height : 400px;
	background : url(../images/global_rbkd.gif) repeat-x top right;
}

* html #nyc { margin-left : 52px; }
* html #lasVegas {margin-left : 103px; }
* html #national { margin-left : 76px; }