html, body {
				height: 100%;
				margin:0;
				padding: 0;
			}
body {
	background-image: url(../image/Background-Images-9C6.png);
	margin: 0;
	padding: 0;
	height: 100%;
}
.container-fluid {
	min-height: 100%;
}
footer {
	height: 30px;
    margin-top: -50px;
}

footer>p {
	text-align: center;
}
h1, p {
	color: #5a5858;;
	margin-bottom: 20px;
	padding-left: 20px;
}
.caption span {
	color: #5a5858;;
	font-size: 14px;
}
img {
	border-radius: 3px 3px 0 0;
}