<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background:#261412;
}

#wrapper {
	width:995px;
	text-align:left;
	background:transparent url(/music/ghostlyswim/tools/img/background.jpg) -1px -1px no-repeat;
	position:relative;
	z-index:1;
	margin: 0 auto 45px;
}
	
	#nav {
		
	}
	
	#header {
		margin-top:22px;
	}
		
		.floatWrapper {
			float:left;
		}
		
		/* !!! PHASE 1 !!!
		#logo {
			margin-left:17px;
			width:435px;
			height:132px;
			background:transparent url(/music/ghostlyswim/tools/img/gsLogo.gif) no-repeat;
		} */
		
		/* !!! PHASE 2 !!! */
		#logo {
			margin-left:17px;
			width:583px;
			height:177px;
			background:transparent url(/music/ghostlyswim/tools/img/ghostlySwimLogo2.gif) no-repeat;
		} 
		
		#toyota {
			margin-left:30px;
			width:206px;
			height:120px;
		}
		
		/* !!! PHASE 1 !!! 
		#album {
			margin-left:41px;
			width:253px;
			height:114px;
		} */
		
		/* !!! PHASE 2 !!! */
		#album {
			margin-left:93px;
			width:255px;
			height:130px;
		} 
	
	#content {
		width:996px;
		margin-top:-45px; /* !!! PHASE 2 !!! */ 
		/*margin-top:-17px;  !!! PHASE 1 !!! */
	}
		#left {
			float:left;
		}
		
			#videoPlayer {
				margin:-8px 0 0 140px; /* !!! PHASE 2 !!! */
				//margin:36px 0 0 140px; /* !!! PHASE 2 !!!  -37*/
				/* margin:29px 0 0 140px; !!! PHASE 1 !!! */
				 /* //margin:45px 0 0 140px; !!! PHASE 1 !!! */
				display:none;
			}
			
			/* Targets Safari Only */
			@media screen and (-webkit-min-device-pixel-ratio:0){
			#videoPlayer {
				margin:0px 0 0 140px; /*  !!! PHASE 2 !!! */
				/* margin:45px 0 0 140px; !!! PHASE 1 !!! */
				}
			}
			
				#closeBtn {
					position:absolute;
					margin-left:395px;
					margin-top:25px; /* !!! PHASE 2 !!! */
					//margin-top:21px;
					/* margin-top:21px; !!! PHASE 1 !!! */
				}
		
		#right {
			float:right;
			width:302px;
		}
			
			#musicPlayer {
				margin-top:0px;
			}
		
			#videoTrack {
				width:270px;
				height:129px;
				border:4px solid white;
				background:#dddec0 url(/music/ghostlyswim/tools/img/videoTrackBg.jpg) no-repeat;
			}
				
				#exclusive {
					margin:27px 0 0 4px;
					width:131px;
					height:52px;
					background:transparent url(/music/ghostlyswim/tools/img/exclusive.gif) no-repeat;
				}
				
				#videoTrackThumb {
					margin: 5px 0 4px 8px;
					width:120px;
					height:90px;
					border:1px solid white;
					//font-size:4px;
				}
				
				#videoTrackName {
					text-align:center;
					margin:0 auto;
					clear:left;
					width:187px;
					height:26px;
					//font-size:4px;
				}
				
			#ghostlyLink {
				margin-top:9px;
			}
	
	#legal {
		margin-top:130px;
	}

</pre></body></html>