﻿html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content {
	position: relative;
	z-index: 1;
}
.mainDiv {
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position: relative;
}
.button {
	border: 0px;
}
.norm {
	position: absolute;
	font-family: Tahoma;
	font-size: small;
	color: #393939;
	width: 689px;
	height: 43px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.normLine {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #393939;
	width: 260px;
	height: 0px;
}
.point {
	font-family: "MT Extra";
}
