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

html{height: 101%}

#wrap{
	width:800px; 
	margin:0 auto;
	margin-top: 0px;
	z-index: 1;
	background-image: url(images/backgroundCopy4.jpg);
	}


body{
	background-color: #000000;
	}
#enter{
	text-align: center;
	}

#topText{
	width: 530px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0;
	padding: 0;
	z-index: 5;
	top: 20px;
	}
	
#listen{
	width: 230px;
	margin-left: 550px;
	margin-right: 0px;
	margin-top: 20px;
	position: absolute;
	border: 0;
	padding; 0;
	z-index: 6;
	float: right;
	top: 20px;
	color: #FFFFFF;
	text-align: center;
	font-family:"Courier New", Courier, monospace;
	
	}
	
a.pic:link{
	text-decoration: none;
	}
a.pic:visited {
	text-decoration: none;
	}
a.pic:hover {
	text-decoration: none;
	}
	
#footer {
		position: absolute;
		bottom:0;
		width: 250px;
		height:40px;
		color: #FFFFFF;
		font-family:"Tw Cen MT", "Myriad Web", arial, sans-serif;
		margin-left: 275px;
		margin-right: 275px;
		font-size:small;		/* Height of the footer */
	}
	

	
#dj{
	position: relative;
	bottom: 0px;
	margin-top: 0px;
	top: 0px;
	width: 800px;
	padding: 0;
	}
	
#content {
	margin-left: 40px;
	width: 450px;
	font-family:"Courier New", Courier, monospace;
	font-style:normal;
	font-size: medium;
	color: #FFFFFF;
	padding: 0;
	}
	
p.dash{
	color: #00FF00;
	font-family:"Courier New", Courier, monospace;
	font-size:medium;
}
p.dash2{color:#FFFF00;}

a.pic:link {
		color:#000000;
		 text-decoration:none;
         }
		 
a.pic:visited {
         color:#000000;
		 text-decoration:none;
         }
a.pic:hover {
         color: #00ff00;
         text-decoration: none;
         }
a.pic:active {
         color: #ffff00;
		 text-decoration:none;
         }

a.enter{
	text-decoration: none;
	color:#000000;
	}

	

