html {
	height:100%;
	}
body {
	/*background: rgb(1,83,163);
	background: radial-gradient(circle, rgba(1,83,163,1) 0%, rgba(19,19,97,1) 100%);
	*/
	background: rgb(1,163,9);
	background: radial-gradient(circle, rgba(1,163,9,1) 0%, rgba(19,97,37,1) 100%);
	height:100%;
	}
div {
	width:100%;
	height:100%;
	background:transparent url(../img/logo.png) no-repeat center center;
	color:transparent;
	}