* {
	color: #bbb;
}

html,body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	height: 100%;
	border: 0px;
}

body {
	background-image: url(../site_images/pexels-photo-716398.jpeg);
	/* background-position: calc(100% - 200px) calc(100% - 10px); */
	background-position: right 35% bottom 0px;
	/*background-size: 800px;*/
	background-repeat: no-repeat;
}	

