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

body {
	background-color: #000000;
}


#container {
	width: 778px;
	margin: 0px auto;
}



ul#imageLinks {
	list-style: none;
	background: url(images/margaretFarBackgroundFinal.jpg) no-repeat 0 0;
	position: relative;
	width: 778px;
	height: 797px;
	margin: 0px;
	padding: 0px;
}

ul#imageLinks li {
	position: absolute;
}

ul#imageLinks li a {
	display: block;
	height: 100%;
	text-indent: -9000px;
}

#about {
	width: 196px;
	height: 87px;
	top: 249px;
	left: 89px;
}

#album {
	width: 215px;
	height: 54px;
	top: 426px;
	left: 104px;
}

#songs {
	width: 172px;
	height: 93px;
	top: 260px;
	left: 566px;
}

#lyrics {
	width: 160px;
	height: 104px;
	top: 661px;
	left: 524px;
}

#tweet {
	width: 78px;
	height: 62px;
	top: 356px;
	left: 460px;
}



ul#imageLinks li a:hover {
	background: url(images/margaretFarBackgroundFinal.jpg) no-repeat 0 0;
}

ul#imageLinks li#about a:hover {
	background-position: -89px -1046px;
}

ul#imageLinks li#album a:hover {
	background-position: -104px -1223px;
}

ul#imageLinks li#songs a:hover {
	background-position: -566px -1057px;
}

ul#imageLinks li#lyrics a:hover {
	background-position: -524px -1458px;
}

ul#imageLinks li#tweet a:hover {
	background-position: -460px -1153px;
}




