html {
  position: relative;
  min-height: 100%;
  margin:0px;
}
body{
	background-image:url(../images/background.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#1A1A1B;
	line-height:134%;
	margin-bottom: 74px;
}
.container{
	max-width:926px;
	background-color:#FFF;
}
.row-content [class*=col]{
	padding-bottom:2em;
}
.row-content [class*=col] img{
	margin:1em 0px;
}
.row-content [class*=col] a{
	font-weight:bold;
	text-decoration:underline;
	color:#00F;
}
.row-content [class*=col] p{
	margin-bottom:15px;
}
/* Footer */
footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer .container{
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
	background-color:inherit;
}
/* End of Footer */