@charset "utf-8";
/* CSS Document */

/** 
 *Common style rules
 */
* {
  margin:0;
  padding:0;   
}

html {
  background: #000;
  height: 100%; 	
}

a {
  color: #ccc;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}



body { 
  color:#ccc; 
  font: normal 1.2em 'Jockey One', sans-serif;
  letter-spacing: .5px;	
  background: url(../img/img1.jpg) no-repeat top center;
  height: 879px;
}

#container {
  margin:0 auto; 
  width: 1280px;
  position: relative;
  text-align: center;
  color: #161616;
  z-index: 1;
}


/** 
 * Style rules for main page
 */
#content {
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 1000px;
	min-height: 100%;
  	height: auto !important;
  	height: 100%;  
	z-index: 4;
}


#top {
	position: relative;	
}



#info {
	visibility: hidden;
}


/** 
 * Style rules for footer area
 */
 
#footer {
	margin: 0 auto;
	position: relative;
	text-align: center;	
	left: -30px;
	top: 540px;
	height: 345px;
	z-index: 50;
	padding-top: 20px;
	background: url(../img/img2.jpg) no-repeat top center;
}
