body {
    background: url(/images/salaoperativa/Img_SalaOperativa_6_bg.jpg);
    background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.container {
    max-width: 1200px !important;
}
footer.footer .container p:nth-last-child(1) {
  display: none;
}
.copyright {
  display: inline;
}
footer.footer {
  color: #EAEAEA;
}
footer.footer a {
  color: #990000;
}
@media (min-width: 1200px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    	width: 1180px !important;
	}
}