body {
	background: url('../images/bg-geral-biografia.jpg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #235e6c;
}

#content-wrap .page {
    background: url(../images/bg-texto-verde.png);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 0 0 0 0;
}
#menu-lateral a.select {
	color: #40c6c1;
}
#menu-lateral a:hover {
	color: #40c6c1;
}
