/* CSS Document */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.meio {
    width: auto;
    margin: 0px;
    padding: 0px;
    height: auto;
	background-color: #C61A34;
    background-image: url(corte/fundo2.jpg);
    background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.meio2 {
	background-color: #FFFFFF;
    width: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
}
