@charset "utf-8";
/* CSS Document */

/*body {
	height: 100%;
	width: 100%;
	background-image: url(Coming%20Soon%20web.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
}*/

html,body {
	position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
	background-image:url(img/mtnc/commingSoon.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center center;
	background-size: 100% 100%;
}