body {

	 background-image: url(./bgimage.png);
	 background-color: #D3D3D3;
	 background-repeat: no-repeat;
	 background-size: contain; 
	 background-position: center center;
	 position:fixed;
	 background-attachment: fixed;
}