<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background-image: url("images/concrete.jpg");
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#header {
	height:189px;
	width:100%;
	background-image: url("images/towel.jpg");
    background-position: 50% 50%;
}
#headerPic {
	width:902px;
	height:156px;
	position:relative;
	top:33px;
	margin:0px auto;
}
#counter {
	width:169px;
	height:124px;
	background: url("images/twirls.png") no-repeat;
	float:right;
	margin-top:-100px;
	margin-right:20px;
}
#counters{
	width:156px;
	height:65px;
    margin-left: -60px;
	background-color:black;
	font-family: sans-serif;
	font-style:bold;
	font-size:50px;
	color:#FFB90F;
	-webkit-text-stroke: 5px #FFB90F;
    text-align: right;
    background-color: #000;

}
#seperator {
	height:15px;
	width:100%;
	background-color:black;
}
#twitterLink {
	position: absolute;
  	top: 10px;
  	right: 10px;
  	width: 39px;
  	height: 50px;
  	background: url("images/twitterLink.png") no-repeat;
  	text-indent: -10000px;
}
#facebookLink {
	position: absolute;
  	top: 62px;
  	right: 10px;
  	width: 39px;
  	height: 50px;
  	background: url("images/facebookLink.png") no-repeat;
  	text-indent: -10000px;
}
#mck {
	position: absolute;
  	top: 110px;
  	right: 10px;
  	width: 39px;
  	height: 43px;
  	background: url("images/mck.png") no-repeat;
  	text-indent: -10000px;
}

#playerWrapper {
	width:1086px;
	margin: -15px auto 0px;
}
.leftWing{
	background: url("images/explanation.png") no-repeat;
	width:200px;
	height:351px;
	margin-top:30px;
	float:left;
}
#seeHow {
	height: 351px;
	float:right;
	margin-top:150px;
}

#player {
	border-style:solid;
	border-width:15px;
	border-color:black;
	height:340px;
	width:657px;
	overflow:hidden;
	float:left;
}
#player_wrapper {
	border-style:solid;
	border-width:15px;
	border-color:black;
	height:340px;
	width:657px;
	overflow:hidden;
	float:left;
}
.rightWing{
	background: url("images/asSeen.png") no-repeat;
	width:199px;
	height:351px;
	float:left;
	margin-top:23px;
}
.numbers{
	font-family: sans-serif;
	font-style:bld;
	font-size:30px;
	color:#FFB90F;
	margin-top:100px;
	margin-left:4px;
	-webkit-text-stroke: 2px #FFB90F;
	float:left;
}
#timerBottom
{
	position:relative;
	top:-175px;
}
.logos{
	float:left;
	clear:both;
	margin-left:30px;
	margin-top:-6px;
}
#logoAdjust{
	margin-top:-12px;
}
#twitterFeed {
	width:656px;
	font-family: "atrament-web-1", sans-serif;
	font-size:20px;
	font-style:bold;
	margin: 0px auto;
	clear:both;
	text-align:left;
}
#github{
	margin-top: 15px;	
}
.title{
	width: 678px;
	height: 101px;
	background: url("images/tweet.png") no-repeat;
	margin: 0px 0px 15px 0px;
	padding:10px;
}
.title .inner {
  width: 600px;
  height: 100px;
  margin: 0 auto;
}
.author{
	color:#FFFFFF;
	text-align: right;
	font-style:bold;
	
}
.date{
	color:#;
	color:#FFFFFF;
	font-size:12px;
	text-align: left;
	font-style:italic;
}
#countdown_dashboard {
	height: 351px;
}

.dash {
	width: 150px;
	height: 45px;
	float: left;
	margin-left: 5px;
	position: relative;
}

.dash .digit {
	font-size: 26pt;
	font-weight: bold;
	float: left;
	width: 22px;
	text-align: center;
	font-family: sans-serif;
	color: #FFB90F;
	position: relative;
}


#disclaimer{
	font-family: sans-serif;
	text-align: center;
	color:#ffffff;
	font-size: 10px;
	width:100%;
	height:20px;
	position:fixed;
	bottom:0;
	background: rgba(0, 0, 0, 0.7);
}
#disclaimerText{
	margin-top:5px;
}

#how {
  margin: 0 auto;
  display: block;
}

.back-button {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 153px;
  height: 49px;
  background: url(images/back.png) no-repeat;
  text-indent: -10000px;
}
</pre></body></html>