html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  margin: 0;
  padding: 0;
}


body {
    text-align: center;
    height: 100%;
  margin: 0;
  padding: 0;
}

#container
{
	margin: 0 0px;
	background: #fff;
}

a {color: red} 


#content
{
	clear: left;
	padding: 0px;
}

#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}


#footer
{
 /*
	background: #ccc;
	text-align: center;
	padding: 20px;
	height: 1%;
    */
  
  position:absolute;
  left:0;
  right:0; 
  bottom:0;
  
  background: #333;
  float: left;
	width: 100%;
  height: 30px;
  
 /* text-align: center;
  width: 100%; */
}


 
div#wrapper {
      
  position: absolute; 
  bottom: 0px;
  left: 20%;
  right: 20%; 
  top: 30px;  

}
    
    
    
 