		* { margin: 0; padding: 0; }
	body {
		background-color: black;
		color: #000000;	
		font-family: arial;
	}		
	img { border: 0; color: transparent }
	a  {color: transparent}
	#page {
		margin:30px auto;
		text-align: center;
	}
	
	#top {
		margin: auto;
		width: 789px;
		height: 414px;
		text-align: center;
	
	}
	
	#girl {
		position: absolute;
		margin-top: 210px;
		width: 365px;
		height: 452px;
	}
	
	#bottom{
		margin: 0 auto;
		background-image: url("images/bgbottom.jpg");
		background-repeat: no-repeat; 
		width: 789px;
		height: 361px;
	}
	#bottom2{
		margin: 0 auto;
		background-image: url("images/bg2.jpg");
		background-repeat: no-repeat; 
		width: 789px;
		
	}
	#logo {
		z-index: 4;
		position: absolute;
		margin-left: 200px;
		margin-top: 110px;
		width: 630px;
		height: 162px;
	}
	#strip {
		margin: 0 auto;
		margin-top: 271px;
		
	}
	#foot {
		background-image: url("images/download.jpg");
		background-repeat: no-repeat; 
		position: absolute;
		margin-top: 300px;
		margin-left: 532px;
		z-index:3;
		width: 257px;
		height: 338px;
		display: block;
		color: transparent;
		
	}
	#foot:hover{background-image: url("images/hover2.jpg");}
	#album1{
		background-image: url("images/album1.png");
		background-repeat: no-repeat; 
		position: absolute;
		z-index:3;
		margin-left: 50px;
		margin-top: 20px;
		width: 205px;
		height: 187px;
		
		color: transparent;
	}
	#album1:hover{background-image: url("images/hover2.png");}
	#album2{
		background-image: url("images/album2.png");
		background-repeat: no-repeat; 
		position: absolute;
		z-index:3;
		margin-left: 50px;
		margin-top: 220px;
		width: 205px;
		height: 187px;
		
		color: transparent;
	}
	#album2:hover{background-image: url("images/hover3.png");}
	#album3{
		background-image: url("images/album3.png");
		background-repeat: no-repeat; 
		position: absolute;
		z-index:3;
		margin-left: 50px;
		margin-top: 420px;
		width: 205px;
		height: 187px;
		
		color: transparent;
	}
	#album3:hover{background-image: url("images/hover4.png");}
	#track{
		
		display:inline-block;
		float: left;
		text-align: left;
		color: white;
		margin: 40px 310px;
		position: absolute;
		top: 60px;
		font-size: .8em;
		width: 200px;
		
	}	
	h1{
		text-decoration: underline;
		font-size: 1.3em;
	}
	#donate {
			
		display:inline-block;
		float: left;
		text-align: left;
		color: red;
		margin: 350px 80px;
		position: absolute;
		width: 500px;
		font-size: .9em;
	}
	#paypal {
					
		display:inline-block;
		float: left;
		text-align: left;
		color: red;
		margin: 450px 620px;
		position: absolute;
		width: 200px;
		
	}
	#paypal2 {
			
		display:inline-block;
		float: left;
		text-align: left;
		color: red;
		margin: 500px 600px;
		position: absolute;
		width: 200px;
	}
	#instructions {			
		
		display:inline-block;
		float: right;
		text-align: left;
		color: red;
		margin: 220px 80px;
		position: absolute;
		width: 350px;
		font-size: .9em;
	}
	#track2{
		
		display:inline-block;
		float: right;
		text-align: left;
		color: red;
		padding: 50px 340px;
		position: absolute;
		width: 380px;
		height: 300px;	
	}	
	#albums li{
		padding-bottom: 30px;
	
	}
	a {
		text-decoration: none;
	}
	p {
	padding-bottom: 3px;
	}
	/* AUTH */
	.album-page {
	}
	.auth {
		
		position: absolute;
		margin-left: 420px;
		margin-top: 100px;
		width: 350px;
	}
	.auth input {
		font-size: 16px;
		padding: 5px;
		margin-bottom: 15px;
	}
	.auth a {
		font-family: Arial, sans-serif;
		font-variant: small-caps;
		background-color: black;
		border: 1px solid #770000;
		padding: 8px;
		font-size: 14px;
		color: white;
	}
	#album1-auth {}
	#album2-auth {}
	#album3-auth {}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	