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

/* This is the CSS document that creates the common background for the Energy Sphere Ent. pages. */
body{
		background-color:#000000;
		width: 950px;
		margin: 0px auto;
		color: #FFCCFF;
}

#maincontainer {
		position: relative;
		height: 590px;
		width: 950px;
}

#logo {
		float: left;
		z-index: 1;
}

#shabba, #purpleback {
		float: none; 
		z-index: 1;
}

#mic {
		position: absolute;
		top: 110px;
		left: 690px;
		z-index: 1;
}

#mixer {
		/* float: right; */
		position: absolute;
		bottom: 5px;
		left: 220px;
		z-index: 5;
		filter: alpha(opacity=29);
		-moz-opacity:.25;
		opacity:.25;
}
#navlist {
		position: absolute;
		top: 210px;
		left: -10px;
		width: 155px;
		height: 185px;
		z-index: 3;
		list-style-type:none;
}
#navlist a:link {
		border: 0px;
}
#navlist a:visited {
		border: 0px;
}
#navlist a:hover {
		background-color: #660066;
		filter: alpha(opacity=85);
}
#navlist a:active {
		border: 0px;
		background-color: #660066;
		filter: alpha(opacity=65);
}
			/*   This is the alternate background*/
#purpleback {
		float: none; 
		z-index: 1;
}
img {
		border: 0px;
}
/*-----------------------------------END OF BACKGROUND CSS---------------------------------------*/