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



body {
	background-color:#000;
	background-image:url(back1.jpg);
	background-repeat:no-repeat;}



	
/*  Headings and font-families  */

	h1 {
		text-transform:uppercase;
		text-align:center;
		font-size:large;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#FFF;}
		
	h2 {
		text-align:center;
		font-size:larger;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		color:#CCC;}
		
	h3 {
		text-align:center;
		font-size:medium;
		font-family:Verdana, Geneva, sans-serif;
		color:#999;}
		
	p {
		font-size:small;
		font-family:Verdana, Geneva, sans-serif;
		color:#999;}
	
/*  Logo band  */

	#logo {
		width:inherit;
		height:100px;
		background-image:url(josh.png);
		background-repeat:no-repeat;
		background-position:left;
		}
		


			