@charset "utf-8";
/* CSS Document */

body, html {
	padding: 0;
	margin: 0;
	}

body {
	margin: 0;
	background-image: url('../img/background1.png');
	background-repeat: no-repeat;
	position:relative;
  	background-size:cover;
}

.page img {
max-width: 100%;
height: auto;
max-height: 100%;
}

a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}