html{
	overflow: hidden;
}

body {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #120000;
}

input {
	width: auto;
	border: 1px solid #FFFFFF;
}

input.form-submit {
	width: auto;
	padding: 0px 5px;
}

label, input {
	display: inline;
}

h2 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#master {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1100px;
	height: 806px;
	margin-left: -550px;
	margin-top: -402px;
	
}

#bg1,#bg2,#bg3,#bg4 {
	position: absolute;
	top: 0px;
	left: 0px;
}

#info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 200px;
	margin-left: -300px;
	margin-top: -150px;
	text-align: center;
}

#info.small {
	width: 300px;
	height: 200px;
	margin-left: -150px;
	margin-top: -150px;
}


#text {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#logo_front {
	position: relative;
}

a, a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.text_square {
	border: 1px solid #FFFFFF !important;
	padding: 4px 5px;
}

#enter_button {
	padding-top: 10px;
	
}

#user-login td.left_collumn {
	width: 120px;
}

