body{
	background-color:#430914;
}


.menuholder{
	position:relative;
	float:left;
	width:800px;
	height:106px;
	margin-top:5px;
}

.homeimage{
	float:left;
	width:800px;
	height:531px;
	background-image:url(../images/homebkg.jpg);
}

.theballimage{
	float:left;
	width:53px;
	height:106px;
	background-image:url(../images/theballmenu.jpg);
	margin-left:68px;
}

.musicimage{
	float:left;
	width:88px;
	height:106px;
	background-image:url(../images/musicmenu.jpg);
	margin-left:91px;
}

.galleryimage{
	float:left;
	width:72px;
	height:106px;
	background-image:url(../images/gallerymenu.jpg);
	margin-left:69px;
}

.bioimage{
	float:left;
	width:79px;
	height:106px;
	background-image:url(../images/biomenu.jpg);
	margin-left:70px;
}

.contactimage{
	float:left;
	width:83px;
	height:106px;
	background-image:url(../images/contactmenu.jpg);
	margin-left:75px;
}

.menutext{
	float:left;
	width:800px;
	height:25px;
	color:white;
	font-family: georgia;
	font-variant: small-caps;
	vertical-align: baseline;
	font-weight: normal;
	font-style: normal;
	text-align:center;
	font-size:14px;
}

.menutext a:link, a:visited, a:active, a:hover{
	text-decoration:none;
	color:white;
}

.theballtext{
	float:left;
	width:140px;
	height:25px;
	margin-left:20px;
}

.musictext{
	float:left;
	width:140px;
	height:25px;
	margin-left:30px;
}

.gallerytext{
	float:left;
	width:140px;
	height:25px;
	margin-left:5px;
}

.biotext{
	float:left;
	width:140px;
	height:25px;
	margin-left:5px;
}

.contacttext{
	float:left;
	width:140px;
	height:25px;
	margin-left:17px;
}

.bottom{
	float:left;
	position:relative;
	width:800px;
	height:130px;
	background-color:black;
}

.bottomtext{
	position:absolute;
	top:25px;
	left:23px;
	width:715px;
	color:white;
	font-size:14px;
	font-family: georgia;
	vertical-align: baseline;
	font-weight: normal;
	
}