html { 
  background: url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


html, body {
			padding: 0;
			margin: 0;
		 	overflow: hidden;
}


#container {
			bottom: 0;
		    left: 0;
		    overflow-y: scroll;
		    padding-right: 15px;
		    position: absolute;
		    right: -30px;
		    text-align: center;
		    top: 0;
		    color: #fff;
}


footer {
	background: url("../img/footer.jpg") no-repeat;
    bottom: 0;
    height: 91px;
    position: fixed;
    width: 100%;

     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img{
	display: block;
}