body {
	background: #090909 url(../images/bkg_body.jpg) no-repeat;
	}

#home {display: none;}

ul {
	text-align: right;
	color: #fff;
	font-size: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
	}

li {
	display: block;
	margin-bottom: 10px;
	padding: 5px 0;
	}

#dearfriends {
	position: absolute;
	width: 600px;
	top: 470px;
	left: 274px;
	}

#event {
	background: transparent url(../images/event_info.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 448px;
	}
#event ul {
	visibility: hidden;
	width: 444px;
	height: 192px;
	}

#blurb {
	width: 305px;
	position: absolute;
	left: 274px;
	top: 440px;
	font-size: 14px;
	}
#blurb p {
	margin-top: 0;
	}

#ticket {
	position: absolute;
	top: 345px;
	left: 0;
	}
#ticket ul {
	visibility: hidden;
	width: 227px;
	height: 344px;
	}

#chicagotext {
	position: absolute;
	top: 388px;
	left: 565px;
	}

/* Nav */
#globalnav {
	margin-top: 10px;
	padding: 10px 0 0 0;
	top: 0;
	left: 0;
	width: 260px;
	line-height: 22px;
	}
#globalnav a:link, #globalnav a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	} 
#globalnav a:hover, #globalnav a:visited:hover {
	color: #bbab92;
	}
#globalnav li:hover {
	border-bottom: 2px solid #bbab92;
	padding-bottom: 3px;
	}
