#screen{
	overflow : hidden;	
	width : 100%; 
	height : 100%;
	background-image : url("../img/battlebacks/001-Grassland01.jpg");
	background-repeat : no-repeat;
	background-size : cover;
	background-position : center;
}
html, body{
	padding : 0;
	margin : 0;
	width : 100%;
	height : 100%;
	overflow : hidden;
	font-family : sans-serif;
	font-size : 1vw;	
	color : white;
	text-shadow: 3px 3px 2px #333333;
}