@charset "utf-8";
/* CSS Document */
html {
 background: url(http://www.ruypedro.pt/assets/images/mg-4100-1600x1080-1600x1080-81.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 }

