@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
}
a{
	color: #FFFFFF;
}
a:hover{
	color: #FFFFFF;
}
a:visited{
	color: #FFFFFF;
}
#wrapper{
	position:relative;
	width: 499px;
	margin: 0 auto;
	border: none;
	padding-top: 30px;
}
#top {
	margin-top: 6px;
	font-size: 12px;
	width: 499px;
	font-weight:bold;
	text-align:center;
}
#bottom {
	font-size: 12px;
	width: 499px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 100px;
}
#signupHighlight{
	text-align:center;
	width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 8px;
	border: solid 2px #FFFFFF;
}
#wrapper2{
	position:relative;
	width: 612px;
	margin: 0 auto;
	border: none;
}
#signup{
	clear: both;
	position:relative;
	width: 612px;
}
#top2 {
	float: left;
	background: url(signup.jpg) no-repeat top left;
	position:relative;
	width: 612px;
	height:75px;
	top: 0px;
}
#bottom a{
	color: #FF6600;
}
#bottom a:hover{
	color: #FF6600;
}
#bottom a:visited{
	color: #FF6600;
}
#mainImage{
	background: url(musicians.jpg) no-repeat top left;
	width: 499px;
	height: 409px;
	float:left;
	position:relative;
}
#comingSoon{
	text-align:center;
	margin-top: 210px;
	font-size: 16px;
	color: #FFFFFF;
}
