html, body, form  {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #000;
	background-image: url(main_bg.jpg);
}
.logo {
	width: 100%;
	height: 70%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 0px;
}
.logo img {
	position: relative;
	top: 0%;
	left: 50%;
	margin-left: -103px;
}
.underconstruction {
	width: 100%;
	height: 25%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-bottom: 10px;
}
.underconstruction img {
	position: relative;
	top: 0%;
	left: 50%;
	margin-left: -103px;
}
.copyright {

	width: 100%;
	height: 5%;
}
.copyright img {
	position: relative;
	top: 0%;
	left: 50%;
	margin-left: -103px;
}