@charset "UTF-8";
/* CSS Document */

@import url(style.css);

html {
	background:url(img/bg-Airport-1DX_3147.jpg) no-repeat center top fixed #0f55ad;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

}
