body {
/*	font-weight: lighter; */

	background-color: #F4F3F5;
/*	background-color: #000; */
/*	background-color: #EBEEF1; */
/*	background: #f2f2f2; */

}
#header {
		background: url('/images/header_background_c.png') no-repeat rgba(184, 184, 184, 0.87);
                background-position: top left;
		background-size: auto 100%;
		/* background: url('/images/header_background_c.svg') no-repeat rgba(184, 184, 184, 0.87); */

}

#footer {
/*	background: rgba(255, 251, 251, 0.4); */
/*	background: url('/images/header_background_red.svg') no-repeat #FFFBFB;
	background-position: center left;
	background-size: auto 100%; */

}



/* big */
@media only all and (min-width: 700px) {
	#footer {
		border-top: 12px solid #873e41;
	}
}
/* small */
@media not all and (min-width: 700px) {
	#footer {
		border-top: 8px solid #873e41;
	}
}


