* {
	margin:0;
	padding:0;
}
body {
	background:#FFFFFF;
	font-family:sans-serif;
}
.container {
	position:absolute;
	width:100%;
}
body[orient="profile"] .container {
	height:416px;
}
body[orient="landscape"] .container {
	height:268px;
}
.wrapper {
	width:300px;
	margin:2px auto 40px auto;
}
a {
	color: #ffab00;
}
#header {
	margin:8px auto;
	height:110px;
	text-align:center;
}
img {
	border:none;
}

#countdown {
	text-decoration:none;
	outline:none;
	display:block;
	color: #ffab00;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background:#FFFFFF url('countdown.png') top center no-repeat;
	line-height:20px;
	font-size:1.9em;
	font-weight:bold;
	margin:0 0 0 0;
	text-align:center;
	padding:25px 0 5px 0;
	height:52px;
}

#countdown a {
	text-decoration: none;
}

.text {
	color: #343434;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}

#code {
	color:#343434;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}

#credit {
	text-align:center;
	margin:15px 0;
	color:#e4640d;
}

#link, #link a {
	text-align:center;
	margin:15px 0;
	color: #0072bc;
	padding-bottom: 3px;
}

