/* === Global Styles === */

html {
	background-color: #0988ca;
	color: #2bb0ed;
	width: 100%;
   	height: 100%;
	font-weight: bold;
	overflow-x: hidden;
}

body {
	width: 871px;
	height: 611px;
   	margin: 0px auto;
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: center;
}	


/* === Countdown Styles === */

.daysleft {	
	width: 110%;
	float: left;
	margin-top: 115px;
	text-align: center;
	white-space: nowrap; 
	font-size: 500%;
}

.countdown {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	clear: both;
	padding-top: 20px;
	font-size: 140%;
	text-align: center;
}

/* === Misc Styles === */

.clear {
	clear: both;
}

.spacer {
	margin-top: 100px;	
}

.right {
	float: right;
}

.left {
	float: left;
}