html {
	background: #fff url('lineTile.gif') repeat-x center 770px;
}

#main {
	width: 897px;
	height: 747px;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	background: url('candiceCover.jpg') no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	height: 111px; width: 460px;
	background: url('reflection.jpg') no-repeat center bottom;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#iTunes {padding-right: 0}
ul {margin:0; padding: 0; text-align: center;}

li {
	display: block;
	width: 60px; height: 60px;
	float: left;
	margin-bottom: 0;
	margin-top: -6px;
	text-indent: -99999px;
	padding-right: 40px;
}
li a {
	display: block;
	width: 60px; height: 60px;
	background: url('navButtons.jpg') top left;
}

#Twitter a {background-position: -60px 0; }
#Facebook a {background-position: -120px 0;}
#YouTube a {background-position: -180px 0;}
#iTunes a {background-position: -240px 0;}

#mySpace a:hover {background-position: 0px 60px;}
#Twitter a:hover {background-position: -60px 60px; }
#Facebook a:hover {background-position: -120px 60px;}
#YouTube a:hover {background-position: -180px 60px;}
#iTunes a:hover {background-position: -240px 60px;}

#footer {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #ddd;
}

#footer a {color: #bbb; text-decoration: none;}
#footer a:visited {color: #bbb;} 