@charset "utf-8";
/* CSS Document */
html {width:100%;height:100%;}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height:100%;
	position:relative;
}
.logo {
	position: absolute;
	width: 400px;
	max-width: 60%;
	height: auto;
	top: 20%;
	right: 20%;
}
.logo img {
	width:100%;
	height:auto;
}
