@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	margin: 0;
}
#wrapper {
	margin:0 auto;
	width: 970px;
	height:571px;
	background:url(landing_images/bg.jpg) center no-repeat;
}
#navigation_broadway {
	margin: 433px 0 10px 215px;
	float:left;
}
#navigation_broadway a {
	display: inline;
	background:url("landing_images/button_broadway.jpg") no-repeat 0 0;
	width:271px;
	height:79px;
	float: left;
}
#navigation_broadway span {
	display: none;
}
#navigation_broadway :hover {
	background:url("landing_images/button_broadway_over.jpg") no-repeat 0 0;
}
#navigation_toronto {
	margin: -89px 0 10px 486px;
	float:left;
}
#navigation_toronto a {
	display: inline;
	background:url("landing_images/button_toronto.jpg") no-repeat 0 0;
	width:271px;
	height:79px;
	float: left;
}
#navigation_toronto span {
	display:none;
}
#navigation_toronto :hover {
	background:url("landing_images/button_toronto_over.jpg") no-repeat 0 0;
}

#myspace {
	margin: 5px 0 0 214px;
	float:left;
}
#myspace a {
	display: inline;
	background:url("landing_images/myspace.jpg") no-repeat 0 0;
	width:135px;
	height:44px;
	float: left;
}
#myspace span {
	display:none;
}
#myspace :hover {
	background:url("landing_images/myspace_over.jpg") no-repeat 0 0;
}
#rockfans {
	margin: 5px 0 0 0px;
	float:left;
}
#rockfans a {
	display: inline;
	background:url("landing_images/rockfans.jpg") no-repeat 0 0;
	width:136px;
	height:44px;
	float: left;
}
#rockfans span {
	display:none;
}
#rockfans :hover {
	background:url("landing_images/rockfans_over.jpg") no-repeat 0 0;
}
#facebook {
	margin: 5px 0 0 0px;
	float:left;
}
#facebook a {
	display: inline;
	background:url("landing_images/facebook.jpg") no-repeat 0 0;
	width:140px;
	height:44px;
	float: left;
}
#facebook span {
	display:none;
}
#facebook :hover {
	background:url("landing_images/facebook_over.jpg") no-repeat 0 0;
}
#twitter {
	margin: 5px 0 0 0px;
	float:left;
}
#twitter a {
	display: inline;
	background:url("landing_images/twitter.jpg") no-repeat 0 0;
	width:132px;
	height:44px;
	float: left;
}
#twitter span {
	display:none;
}
#twitter :hover {
	background:url("landing_images/twitter_over.jpg") no-repeat 0 0;
}