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

body {
	/* Specify a min-width for the body as wide as the 'wrapper'
     element itself. This prevents negative (i.e. inaccessible)
     left-margins in narrow browser windows when using 
     Navigator 6+/Mozilla on Win32: */
  min-width: 800px;
	width:800;
	text-align:center;
	background-image: url(images/background.png);
	background-repeat: repeat-x; 

}
.blacktext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000;
}

      html,body{margin:0;padding:0}
	  
      p {margin:0 ;padding:0}
 
      h1{margin:0;padding:0}
  
      form {margin:0;padding:0}


/******************************/
/*Block Wrapper to Center Layout*/

#wrapper {
	/* Reset alignment to compensate for 'text-align:center': */
  width: 900px;
	/* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
	 height:600px;
  	margin-left: auto;
	margin-right: auto;
	margin-top:25px;
	
}
#musicplayer {
	/* Reset alignment to compensate for 'text-align:center': */
  width: 900px;
	/* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  	margin-left: auto;
	margin-right: auto;
	text-align:right;
	
}
a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #BFDAEF;
	text-decoration: none;
}
a:visited {
	color: #BFDAEF;
	text-decoration: none;
}
