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

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}

#wrapper {
	height:760px;
	width:790px;
	margin-left:100px;
	margin-top:50px;
}

#eastereverywhereLOGO {
	width:399px;
	height:51px;
	background:url("images/eastereverywhere.png");
	background-repeat:no-repeat;
	float:left;
	margin-left:15px;
}

#pinkk {
	width:547px;
	height:703px;
	float:left;
	background:url("images/stumpy.png");
	background-repeat:no-repeat;
}

#pinkkcontent {
	width:527px;
	height:683px;
	background-color:#ec8d8d;
	margin-left:10px;
	margin-top:10px;
}

#rightside {
	width:235px;
	height:703px;
	float:right;
	margin-top:51px;
	margin-left:5px;
}


#musicplayerzz {
	width:235px;
	height:60px;
	float:right;
	margin-top:20px;
}

#email {
	font-size:7pt; 
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	color:#000000;
	margin:3px;
	height:13px;
	width:160px;
}

#zip {
	font-size:7pt; 
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	color:#000000;
	margin:3px;
	height:13px;
	width:100px;
}






/*---------ARTISTS ROLLOVER---------------- */
#artists
{
  display: block;
  width: 122px;
  height: 34px;
  background: url(images/artists.png) no-repeat 0 0;
  margin-top:150px;
  z-index:9;
}

#artists:hover
{ 
  display: block;
  width: 122px;
  height: 34px;
  background: url(images/hover/artists.png) no-repeat 0 0;
  cursor:default;
  margin-top:150px;
  z-index:9;
}

#hover span
{
  display: none;
}




/*---------STORE ROLLOVER---------------- */
#store
{
  display: block;
  width: 103px;
  height: 34px;
  background: url(images/store.png) no-repeat 0 0;
  margin-top:5px;
}

#store:hover
{ 
  display: block;
  width: 103px;
  height: 34px;
  background: url(images/hover/store.png) no-repeat 0 0;
  cursor:default;
  margin-top:5px;

}

#hover span
{
  display: none;
}




/*---------NEWS ROLLOVER---------------- */
#news
{
  display: block;
  width: 105px;
  height: 34px;
  background: url(images/news.png) no-repeat 0 0;
  margin-top:5px;
}

#news:hover
{ 
  display: block;
  width: 105px;
  height: 34px;
  background: url(images/hover/news.png) no-repeat 0 0;
  cursor:default;
  margin-top:5px;

}

#hover span
{
  display: none;
}




/*---------CONTACT ROLLOVER---------------- */
#contact
{
  display: block;
  width: 143px;
  height: 34px;
  background: url(images/contact.png) no-repeat 0 0;
  margin-top:5px;
}

#contact:hover
{ 
  display: block;
  width: 143px;
  height: 34px;
  background: url(images/hover/contact.png) no-repeat 0 0;
  cursor:default;
  margin-top:5px;

}

#hover span
{
  display: none;
}




/*---------DOWNLOAD ROLLOVER---------------- */
#download
{
  display: block;
  width: 28px;
  height: 24px;
  background: url(images/download.png) no-repeat 0 0;
  float:right;
  margin-right:20px;
}

#download:hover
{ 
  display: block;
  width: 28px;
  height: 24px;
  background: url(images/hover/download.png) no-repeat 0 0;
  cursor:default;
  float:right;
  margin-right:20px;
}

#hover span
{
  display: none;
}





/*---------LOGO ROLLOVER---------------- */
#logo
{
  display: block;
  width: 399px;
  height: 51px;
  background: url(images/eastereverywhere.png) no-repeat 0 0;
}

#logo:hover
{ 
  display: block;
  width: 399px;
  height: 51px;
  background: url(images/eastereverywhere.png) no-repeat 0 0;
  cursor:default;
}

#hover span
{
  display: none;
}

