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


body {
		margin:0px;
		padding:0px;
		font: 9pt arial, helvetica, sans-serif;
		color:#ffffff;
		background-color: #3b3131;
	}

.background {
	background-color:#3b3131;
	background-image:url(../images2/frontpage2.jpg);
	background-repeat:no-repeat;
    position: relative;
	width: 900px; 
	height: 700px;
	margin-left:auto;
	margin-right: auto;
	margin-top:0px; 
	text-align:left;	
	border:0px;
	z-index:1;
}

h1 {
	font: 12pt arial, helvetica, sans-serif;
	line-height:120%;
}


.playerBackground {
	background-color: #3b3131;
	background-image:url(../images2/ScreenBackGround.jpg);
	background-repeat:no-repeat;
    position: relative;
	width: 900px; 
	height: 700px;
	margin-left:auto;
	margin-right: auto;
	margin-top:0px; 
	text-align:left;	
	border:0px;
	z-index:1;
}

.tranparentHead {
	position:absolute;
	top:110px;
	left:380px;
	width:140px;
	height:82px;
}

	.tranparentHead a {
		display: block;
		width: 140px;
		height: 82px;
		background-image:url(../images2/transparentHead.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}	
	.tranparentHead a:hover {
		background-position: -140px;
	}
	
	
.tranparentMic {
	position:absolute;
	top:302px;
	left:233px;
	width:212px;
	height:306px;
}

	.tranparentMic a {
		display: block;
		width: 106px;
		height: 306px;
		background-image:url(../images2/MicRollOver.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}	
	.tranparentMic a:hover {
		background-position: -106px;
	}
	
.tranparentComputer {
	position:absolute;
	top:260px;
	left:385px;
	width:256px;
	height:86px;
}

	.tranparentComputer a {
		display: block;
		width: 128px;
		height: 86px;
		background-image:url(../images2/ComputerRollOver.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}	
	.tranparentComputer a:hover {
		background-position: -128px;
	}
	
.tranparentCamera {
	position:absolute;
	top:244px;
	left:539px;
	width:360px;
	height:389px;
}

	.tranparentCamera a {
		display: block;
		width: 180px;
		height: 389px;
		background-image:url(../images2/CameraRollOver.png);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}	
	.tranparentCamera a:hover {
		background-position: -180px;
	}


.wavePlayer {
	position:absolute;
	top:20px;
	width:335px;
	height:97px;
	left:280px;
	border:0px;
	z-index:2;
}

.frontPageText {
	position:absolute;
	top:36px;
	left:21px;
	width:180px;
	height:430px;
	border:0px;
	padding:5px;
	color:#c5c7ca;
	font: 9pt arial, helvetica, sans-serif;
	line-height:100%;
	z-index:2;
}

	.frontPageText a {
		display:inline;
		text-decoration:none;
		color:#cdbd9e;
		}
	.frontPageText a:hover {
		text-decoration:underline;	
		color:#f35200; 
		}

.frontPageLinks{
	position:absolute;
	top:17px;
	right:300px;
	width:330px;
	height:27px;
	border:2px;
	padding:5px;
	color:#c5c7ca;
	font: 9pt arial, helvetica, sans-serif;
	font-weight:bold;
	line-height:130%;
	z-index:2;
}

	.frontPageLinks a {
		display:inline;
		margin-left:10px;
		text-decoration:none;
		color:#cdbd9e;
		}
	.frontPageLinks a:hover {
		text-decoration:underline;	
		margin-left:10px;
		color:#f35200; 
		}
		
		
.membersLinks{
	position:absolute;
	top:17px;
	right:50px;
	width:221px;
	height:22px;
	border:2px;
	padding:5px;
	color:#cdbd9e;
	font: 9pt arial, helvetica, sans-serif;
	font-weight:bold;
	line-height:130%;
	z-index:2;
}

	.membersLinks a {
		display:inline;
		text-decoration:none;
		color:#cdbd9e;
		}
	.membersLinks a:hover {
		text-decoration:underline;	
		color:#f35200; 
		}
		
.playerPageLinks{
	position:absolute;
	background-image:url(../images2/menuBackground.gif);
	background-repeat:no-repeat;
	top:558px;
	left:164px;
	width:573px;
	height:32px;
	border:0px;
	padding:0px;
	padding-top:7px;
	color:#ffffff;
	font: 9pt arial, helvetica, sans-serif;
	font-weight:bold;
	z-index:2;
}

	.playerPageLinks a {
		display:inline;
		text-decoration:none;
		color:#ffffff;
		margin-left:10px;
		}
	.playerPageLinks a:hover {
		text-decoration:underline;	
		color:#f35200; 
		margin-left:10px;
		}	
		
	.playerPageLinks ul {
		margin:0px; 
		padding:0px;
		border:0px solid #ffffff;
		margin-left:10px;
	}
	
	.playerPageLinks li {
		display:inline;
		margin-left:10px;
		text-decoration:none;
		color:#ffffff;
	}
		
	.playerPageLinks li a {
		display:inline;
		margin-left:10px;
		text-decoration:none;
		color:#ffffff;
	}
	
	.playerPageLinks li a:hover {
	    margin-left:10px;
		text-decoration:underline;	
		color:#f35200; 
	}
