body,
html {
	min-height: 100%;
}
body {
	background-image: url("/Images/OsamaSat.png"), url("/Images/Satellite Dish.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 50%, cover;
    background-position: center top, center left;
}