body{
/*		width: 100%;
		height: 100%;
		background-size: 100%,100%;*/
                background-size: cover;
                background-repeat: no-repeat;
		background-image: url(desktop.gif); 		
}
table{
        text-align: center;
        margin: 0 auto;	
}

@media only screen and (min-device-width: 500px) and (max-device-width: 1024px)  {
        body{
                background-image: url(mobile.gif) !important;
                background-repeat: no-repeat !important;
                width: 100% !important;
                height: 100% !important;
                background-size: 100%,100% !important;
                margin-top: 35% !important;	
        }
        #tabela{
                text-align: center !important;
                margin: 0 auto !important;	
        }
        #logo{
                height: 700px !important; 
        }
        #telefone, #email, #face, #insta{
                height: 70px !important;
        }
}
@media only screen and (max-device-width: 489px) {
        body{
                background-size: 100%,100% !important;
                background-image: url(mobile.gif) !important;
                background-repeat: no-repeat !important;
                width: 100% !important;
                height: 100% !important;
                margin-top: 35% !important;	
        }
        #tabela{
                text-align: center !important;
                margin: 0 auto !important;	
        }
        #logo{
                height: 700px !important;

        }
        #telefone, #email, #face, #insta{
                height: 70px !important;
        }
}
	