#wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #042139;
	background: -moz-linear-gradient(top, #042139 0%, #000 100%);
	background: -webkit-linear-gradient(top, #042139 0%, #000 100%);
	background: -o-linear-gradient(top, #042139 0%, #000 100%);
	background: -ms-linear-gradient(top, #042139 0%, #000 100%);
	background: linear-gradient(to bottom, #042139 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042139', endColorstr='#000000',GradientType=0 );
}

#wrapper .holder {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	margin: 0 0 0 -300px;
}

#wrapper .timer {
	color: #999;
	font-size: 1.5em;
	text-align: center;
}

#wrapper .timer p {margin: 0;}

._hide {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=100);
}

._show {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Buttons */
.btn {
	display: inline-block;
	padding: 0 20px;
	min-height: 50px;
	font-size: 1.2em;
	box-shadow: 0 3px 0 0 #000;
	background: #225277;
}
.btn .btn-inner {display:block;}
.btn .btn-ico {
	display:block;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	font-style: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.btn:hover {background: #369;}