/* CSS Document */

* {

}

body{
	background: #000000 url(mbrapa.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
    
    background-position: 100% 0%;

}