@charset "UTF-8";
/* CSS Document */

html, body {  
    padding:0;
    margin:0;
    }

body{
	height:100vh;
	width: 100vw;
	background: #000 url(fifty.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
