@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:#000;
}

#container{
	padding:0;
	margin:auto;
	width:850px;
	height:850px;
	background:url(oneMoreGirlBG2.jpg) no-repeat top;
}

#block{
	padding:0;
	margin:auto;
	width:850px;
	height:630px;
}

#links{
	width:292px;
	height:60px;
	margin:auto;
}

#webSite a{
	display:block;
	float:left;
	width:292px;
	height:60px;
	background:url(webLink.jpg) no-repeat center;
}

#webSite a:hover{
	display:block;
	float:left;
	width:292px;
	height:60px;
	background:url(webHover.jpg) no-repeat center;
}

#buylinks{
	width:217px;
	height:27px;
	margin-left:402px;
}

#iTunes a{
	display:block;
	margin-right:33px;
	float:left;
	width:70px;
	height:27px;
	background:url(iTunes.jpg) no-repeat center;
}

#iTunes a:hover{
	display:block;
	margin-right:33px;
	float:left;
	width:70px;
	height:27px;
	background:url(iTunesHover.jpg) no-repeat center;
}

#amazon a{
	display:block;
	float:left;
	width:114px;
	height:27px;
	background:url(amazon.jpg) no-repeat center;
}

#amazon a:hover{
	display:block;
	float:left;
	width:114px;
	height:27px;
	background:url(amazonHover.jpg) no-repeat center;
}

#stream {
	position:relative;
	top:182px;
	left:105px;
}