
body {
	padding: 0;
	margin: 0;

	font-family: sans-serif;

		background: url("../images/we-are-live.png")  no-repeat center center fixed;

  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

  	background: url("../images/chela.jpg");
}

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

section.navigation {
	position: fixed;
	bottom: 0;
	left: 0;


	background-color:rgba(55,55,55,0.8);

	width: 100%;
	height: 50px;

	z-index: 100;
}

#countbox1{
	color: #FFF;
	font-size: 30px;
	width: 500px;
	 text-align: center;
}


#container{
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;
}
#countbox1 {
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   height: 100px;
}


#countbox1 {

  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 30px;
  padding: 80px 50px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

#countbox1 {
  color: #e0dfdc;
  text-shadow:#515151 3px 2px 0;
 }

#a80{
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 120px;
  padding: 20px 50px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  color: #e0dfdc;
  text-shadow:#3b3b3b 3px 2px 0;
}