body {
	background-color: rgba(203, 185, 171, 0.9);
	background-image: url('images/in_step.png'), url('images/srv.png');
	background-repeat: no-repeat, no-repeat;
	background-attachment: fixed, fixed;
	background-size: 30%, 30%;
	background-position: 0% 50%, 100% 50%;
}

header {
	background-color: rgba(179, 162, 166, 1);
}
