html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	background: #0e0a07 url('../images/sylvester.jpg') 0 0 no-repeat;
	background-size: 100% 100%;
}

h1 {
	font-size: 28pt;
	letter-spacing: 5px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	text-transform: uppercase;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
	letter-spacing: 2px;
}
#firma { color: darkorange; }

#distance { 
	height: 150px; 
	width: 99%; 
}

#container {
	margin: 0 auto 0 auto;
	width: 700px;
	color: #eee;
	background: transparent url('../images/m-bg.png') 0 0 repeat;
	padding: 20px;
	border: 2px solid #ccc;
	z-index: 9999;
}

#ani {
	 position: absolute; 
	 top: 20px; 
	 left: 20px; 
	 z-index: 0;
	}
#ani img {
	width: 228px;
	height: 262px;
	opacity: 0.8;
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
}

#countdown_dashboard {
	height: 110px;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
	
	
/*
    -moz-box-shadow: 2px -1px 9px #0c2dcf;
    -webkit-box-shadow: 2px -1px 9px #0c2dcf;
    box-shadow: 2px -1px 9px #0c2dcf;
*/

}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: #a93321;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 110px;
	left: 3px;
	text-align: center;
	font-size: 9pt;
	color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dev_comment {
	font-size: 16pt;
	color: #ddd;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
	font-weight: bold;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
	background: transparent url('../images/bg.png') 0 0 repeat-x;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 6px 8px;
	cursor: pointer;
}

#wait {
	font-size: 22px;
	color: darkorange;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}

.corner-all, .corner-top, .corner-left, .corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.corner-all, .corner-top, .corner-right, .corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.corner-all, .corner-bottom, .corner-left, .corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.corner-all, .corner-bottom, .corner-right, .corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
