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

#wrapper {
	background: #a5ab7f;
	width:980px;
	text-align:left;
	background: #a5ab7f url(../img/bkgd2.jpg) no-repeat 0 0;
	position:relative;
	z-index:1;
	margin: 0 auto;
}
	#header {
		margin-top:0px;
	}
		
		.floatWrapper {
			float:left;
		}
		
		/* !!! PHASE 1 !!!*/
		#logo {
			height: 22px;
		} 
		
		/* !!! PHASE 2 !!! 
		#logo {
			margin-left:17px;
			width:583px;
			height:177px;
			background:transparent url(http://i.cdn.turner.com/adultswim/williams/music/africanswim/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:74px 0 0 195px; /* !!! PHASE 1 !!! */
				//margin:90px 0 0 195px; /* !!! PHASE 1 !!! */
				display:none;
				z-index:101;
			}
			
			/* Targets Safari Only */
			@media screen and (-webkit-min-device-pixel-ratio:0){
			#videoPlayer {
				/* margin:36px 0 0 140px;  !!! PHASE 2 !!! */
				margin:90px 0 0 195px; /* !!! PHASE 1 !!! */
				}
			}
			
				#closeBtn {
					position:absolute;
					margin-left:395px;
					/*margin-top:21px;  !!! PHASE 2 !!! */
					margin-top:16px; /* !!! PHASE 1 !!! */
				}
		
		#right {
			float:right;
			width:313px;
		}
			
			#musicPlayer {
				margin-top:192px;
				height: auto;
				overflow: visible;
				position:relative;
				z-index:3;
			}
		
			#videoTrack {
				width:485px;
				height:369px;
				margin-left:-58px;
				margin-top:7px;
				background:transparent url(../img/bkgd_vids2.gif) no-repeat;
				text-align: center;
				position:relative;
				z-index:2;
			}
				
				#exclusive {
					margin:27px 0 0 4px;
					width:131px;
					height:52px;
					background:transparent url(../img/exclusive.gif) no-repeat;
				}
				
				.videoTrackThumb {
					float:left;
					clear:right;
					width:120px;
					height:90px;
					border:1px solid white;
					//font-size:4px;
				}
				
				.thumbtop {
				}
				.thumbbot {
					margin-top: 27px;
				}
				.thumbleft {
					//margin-left: 6px;
				}
				.videoTrackThumbs &gt; .thumbleft {
					margin-left: 12px;
				}
				.thumbright {
					margin-left:7px;
				}
				
				#videoTrackName {
					text-align:center;
					margin:0 auto;
					width:227px;
					height:26px;
				}
				
			#ghostlyLink {
				margin-top:9px;
			}

	#footer {
		margin-top:20px;
	}
</pre></body></html>