html, body{
	height: 100%;
}

body {
	background: #beb493;
	padding: 0px;
	margin: 0px;
}

* a {
	margin: 0px;
	padding: 0px;
}

* img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.item {
	margin: -1px 0px 0px -1px;
	border: 1px solid #333;
}

#back {
	width: 100%;
	height: 100%;

	background: url(../images/bg_front.png) no-repeat 52% 52%;
}

#content {
	display: table-cell;
	vertical-align: middle;

	margin: -280px auto 0px -252px;
	position: absolute;
	top: 50%;
	left: 50%;

	width: 560px;
	height: 504px;

	background: #877f5e url(../images/splash_logo.jpg) no-repeat center left;
	border: 1px solid #333;
}

#loginbox {
	margin: auto;
	position: relative;
	top: 100px;
}

.loginbutton {
	position: relative;
	left: 50%;
	width: 70px;
	height: 20px;
	margin-left: -35px;

	margin-top: 5px;
	padding-top: 18px;
	background: url(../images/button_login.png) center center;
	border: none;
	cursor: pointer;
}

label {
	font: 12px Arial, sans-serif;
	color: #333;
}

td.marquee {
	text-align: center;
}

label.marquee {
	margin: auto;
}

label.username {
	margin-top: 3px;
	margin-right: 5px;
}

label.password {
	margin-top: 3px;
	margin-left: 5px;
}

input#username {
	margin-right: 5px;
	float: right;
}

input#password {
	margin-left: 5px;
	float: left;
}

.username {
	float: left;
}

.password {
	float: right;
}

#loginback {
	position: absolute; 
	top: 30%; 
	left: 50%; 
	display: table-cell; 
	vertical-align: middle; 
	margin: 0px auto 0px -250px; 
	width: 500px; 
	height: 300px; 
	background: url(../images/logo.png) no-repeat top center; 
	padding-top: 50px;
}

#loginbox {
	position: relative; 
	width: 300px;
	top: 75px;
}

#menu {
	position: relative;

	width: 100px;
	height: 504px;
	background: #fff;
	float: right;

	margin: 0px;
	padding: 0px;
}

#nav {
	position: relative;
	top: 1px;

	margin: 0px;
	padding: 0px;
}

#footer {
	position: absolute;
	bottom: 0px;
	right: 4px;
	margin: 0px auto 0px auto;

	font: small-caps 10px Georgia, Times New Roman, Times, serif;
	color: #756c53;
}

#support {
	position: relative;
	top: 70px;

	font: 12px Arial;
	text-align: center; 
}
