html, body {
	width: 100%;
	height: 100%; 
}

body{
color: white;
background-color: #000000;
background: #000000; /* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6ae3', endColorstr='#de7aca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* Social Buttons */
a.well {
	background: #63c918;
	border: none;
	border-bottom: 1px solid #de7aca;
	box-shadow: inset 0 2px 5px #339900;
	padding: 7px 10px;
	font-size: 12px;
	color: #fbfbfb;
}
a.well:hover, a.well:active, a.well:focus {
	color: white;
}

/* Navbar */
.navbar-inner { 
	background: #0d6ae3;
	filter: none;
	border: none;
}
.navbar .brand {
	font-weight: 100;
	margin: 0;
	letter-spacing: 1.5;
}
.navbar .brand > span {
	color: yellow;
}
.navbar .brand, .navbar .nav > li > a {
	text-shadow: none;
	color: white;
}
.navbar .nav > li:hover {
	border-top: 3px solid yellow;
	line-height: 14px; 
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:active, .navbar .nav > li > a:visited {
	color: white;
}
.navbar-fixed-bottom .dropdown-menu {
	top: auto;
	bottom: 100%;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background-color: #ff0;
	filter: none;
	background-image: none;
	color: black;
}

/* Countdown */
.container { position: relative; min-height: 100%; height: 100%; } /* Positioning the container relatively allow it's children to be positioned absolutely within it. */
.centered {
	position: absolute;
	top: 35%;
}
div#countdown {
	display: block;
	padding: 0 20px;
	width: 900px;
	margin: 0 auto;
}
div#countdown h1 {
	line-height: 1;
	margin-right: 20px;
	margin-left: -3px;
	color: #fafafa;
}
div#countdown .message { 
	float: left;
	max-width: 500px;
}

