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

body {
	background:#000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	margin:0px;
}

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:underline;
}





/*---------------------------------- */
/*---------VINYL PAGE--------------- */
/*---------------------------------- */
#cdvinyl
{
	display: block;
	width: 127px;
	height: 26px; 
	background: url("images/cdvinyl.png") no-repeat 0 0;

}

#cdvinyl:hover
{ 
	display: block;
	width: 127px;
	height: 26px; 
	background: url("images/hover/cdvinyl.png") no-repeat 0 0;
	cursor:default;
}

#hover span
{
	display: none;
}



/*---------------------------------- */
/*---------ITUNES PAGE--------------- */
/*---------------------------------- */
#itunes
{
	display: block;
	width: 87px;
	height: 26px; 
	background: url("images/itunes.png") no-repeat 0 0;

}

#itunes:hover
{ 
	display: block;
	width: 87px;
	height: 26px; 
	background: url("images/hover/itunes.png") no-repeat 0 0;
	cursor:default;
}

#hover span
{
	display: none;
}

/*---------------------------------- */
/*---------ENTER SITE PAGE---------- */
/*---------------------------------- */
#entersite
{
	display: block;
	width: 450px;
	height: 92px; 
	background: url("images/entersite.png") no-repeat 0 0;

}

#entersite:hover
{ 
	display: block;
	width: 450px;
	height: 92px; 
	background: url("images/hover/entersite.png") no-repeat 0 0;
	cursor:default;
}

#hover span
{
	display: none;
}




