.bg {
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-position: center center;
}

body, html {
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div#container {
	height: 100%;
}

div#centered {
	margin-left: auto;
	margin-right: auto;
	width: 30em;
	height: 20em;
	position: relative;
	top: 128px;
	background: #ffffff;
	border: 1px solid #333300;
	opacity: 0.7;
	filter: alpha(opacity=70);
} 

div#ui_img {
	background-image: url(../img/login.png);
	background-repeat: no-repeat;
	margin: 32px;
	position: relative;
	height: 48px;
	width: 48px;
	float: left;
}

div#ui_login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color: #330000;
	position: relative;
	text-align: center;
	margin-top: 32px;
	font-weight: bolder;
	padding-right: 112px;
}

div#clear {
	clear: both;
}

.signin_company {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 16px;
}
.invisible {
	visibility: hidden;
}
