body{
	background-image:url('images/bg-firework.jpg');
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	
}

#container{
	width: 1000px;
	border: 1px solid #AAA;
	margin: auto;
	background: #000;
	font-family: calibri;
}

#banner{
	width: 1000px;
	border: 1px solid #AAA;
	margin: auto;
	background: #FFF;
	font-family: calibri;
}



#header{
	background: url(logo.png);
	border-bottom: 1px solid #AAA;
	height: 230px;
	color: FFF;
}

#links{
	height: 22px;
	border-bottom: 1px solid #777;
	font-weight: bold;
	text-align: center;
}

#active{
	color: #FFF;
}

.inactive{
	color: #AAA;
}

.inactive:hover{
	color: #FFF;
}

.menu{
	padding-right: 20px;
}

a{
	color: #00F;
	text-decoration: none;
}

a:hover{
	color: #F00;
}

#start{
	border-bottom: 1px solid #777;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
    background: #FFF
}

h1{
	text-align: center;
	margin: 0;
}

.center{
	text-align: center;
}

#footer{
	color: #FFF;
}

#copyright{
text-align:center;
}

}

img{
	border: 0;
}

.clear{
	clear: both;
}




}
.timer-area {
  background: transparent url('../images/timer-area-pattern.png') left top;
  text-align: center;
}
.timer-area h1 {
  color: white;
}
/* ---------- SIGNUP ---------- */
.form-wrapper {
  border: 1px solid #dcdee0;
  padding: .5em;
  width: 30em;
  margin: 1em auto;
  overflow: hidden;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
.form-wrapper:hover,
.form-wrapper:focus {
  border: 1px solid #c1c5c8;
}
input[type="email"] {
  border: none;
  float: left;
  font-size: 1em;
  padding: .5em;
  outline: none;
  margin-top: .7em;
  width: 19em;
}

/* ---------- FOOTER ---------- */
footer#disclaimer p {
  font-size: .875em;
  color: #909091;
  font-style: italic;
}
footer#disclaimer p span {
  font-size: 1.2em;
  color: #2a9ccc;
}
footer#main-footer {
  background-color: #fcfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbfb), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: -moz-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: -o-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: linear-gradient(to bottom, #fcfbfb, #ffffff);
  border-top: 1px solid #dcdee0;
  -webkit-box-shadow: inset 0 2px 5px #e6dede;
  box-shadow: inset 0 2px 5px #e6dede;
  text-align: center;
  padding: 2em 0;
  margin-top: 4em;
}
footer#main-footer p {
  font-size: .875em;
  margin-bottom: 1em;
}
/* ---------- TIMER ---------- */
ul#countdown li {
  display: inline-block;
  background: transparent url('../images/timer-piece.png') no-repeat left top;
  width: 104px;
  margin-bottom: 1em;
  text-align: center;
}
ul#countdown li span {
  font-size: 3em;
  font-weight: bold;
  color: #1f2225;
  height: 108px;
  line-height: 108px;
  position: relative;
}
ul#countdown li span::before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid white;
  position: absolute;
  top: 1px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  margin-top: 1em;
  color: #909091;
  text-transform: uppercase;
  font-size: .875em;
}
