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



#preload
{
	
position:absolute;
top:-8000px;
left:-8000px;

	
}
#navigation
{
	list-style:none;
	position:relative;
	
	
}


#navigation  a

{
display:block;

}
#navigation li a span
{
	display:none;
}

#navListenBtn a

{
	position:absolute;
background-color:blue;
left:141px;
background:url(../_images/eurobeat-people-listen_off.jpg);
height:292px;
width:483px;
z-index:10;


	
}

#navListenBtn a:hover
{
	background:url(../_images/eurobeat-people-listen_on.jpg) no-repeat;
	
	
}


#navChartBtn a
{
	
	position:absolute;
	top:240px;
	
	background:url(../_images/eurobeat-bitwa-off.jpg);
	width:290px;
	height:355px;
	z-index:5;
	
	
}

#navChartBtn a:hover
{
	background:url(../_images/eurobeat-bitwa-on.jpg);
}

#navSurpriseBtn a
{
	position:absolute;
	top:300px;
	left:320px;
	width:382px;
	height:172px;
	background-image:url(../_images/eurobeat-muzyczna-off.jpg);
	background-repeat:no-repeat;
	z-index:15;
	
}
#navSurpriseBtn a:hover
{
		background-image:url(../_images/eurobeat-muzyczna-on.jpg);
}

#navContactBtn a
{

	position:absolute;
	left:320px;
	top:470px;
	background-image:url(../_images/eurobeat-contact-off.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:150px;
	z-index:20;
	
	
}
#navContactBtn a:hover
{
	background-image:url(../_images/eurobeat-contact-on.jpg);
}