html, body  { 
	height:100%; 
	}

body {
   /* background: transparent url('images/bg.png') repeat-y fixed center;*/
    background: transparent;
	margin:0px; 
	padding:0px; 
	overflow:auto; 
	text-align:left;   
	}

object:focus { 
	outline:none; 
	}

#flashContent { 
	display:none; 
	}

body div {
	position:relative;
	}

iframe {
	border:0px;
	}

#tremolo {
	margin-left:12px;
	margin-right:12px
	margin-bottom:10px;
	}
	
.player-buttons {
    margin:0px;
    padding:0px;
    font-size:0;
    display:inline;
    
}

#hawk {
    padding-left:12px;
	clear:left;
	float:left;
	}

#button-bar {
    padding-top:5px;
    }
    
#schedule {
	padding-left: 5px;
	
	}

/* Tremolo Container */
#container {
	float:left;
	margin-right:8px;
	height:460px;
	width:640px;
	}

/* Right-side column (Banner Ad & iFrame Scoreboard) */
#right {
	float:left;
	}

#button-container {
	float:left;
	}

#tracer-header, #tracer {
	float:left;
	clear:left;
	}
