#main{
	background:url(../pictures/bg_tools_top.png) no-repeat top;
	position:absolute;
	left:50%;
	top:90px;
	width:550px;
	margin-left:-275px; /* half of width */
	margin-top:0px; /* half of height */
	min-height: 357px;
	border:solid 0px red;
}
#logincontainer {
	position:absolute;
	left:50%;
	top:140px;
	width:350px;
	height:175px;
	margin-left:-275px; /* half of width */
	margin-top:0px; /* half of height */
	padding-left:100px;
	padding-right:100px;
	padding-top:45px;
	background:url(../pictures/bg_tools_mid.png) repeat-y;
	text-align:justify;
}

#toolcontainer {
	background:url(../pictures/bg_tools_mid.png) repeat-y;
	padding-top:10px;
	text-align:center;
	margin-top:130px;
	padding-bottom:0px;
	}
#footer{
	background:url(../pictures/bg_tools_bottom.png) no-repeat bottom;
	height:50px;
	position:relative;
	top:-26px;
	border:solid 0px red;
	text-align:center;
}
#requestcontainer {
	position:absolute;
	left:50%;
	top:50%;
	width:350px;
	height:375px;
	margin-left:-275px; /* half of width */
	margin-top:-263px; /* half of height */
	padding-left:100px;
	padding-right:100px;
	padding-top:150px;
	background-image:url(../pictures/requestback.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	text-align:justify;
}
#site_specs {
	background:url(../pictures/bg_tools_bottom.png) no-repeat bottom;
	position:absolute;
	left:50%;
	width:550px;
	margin-left:-275px; /* half of width */
	bottom:0px;
	text-align:center;
}
#maintenance {
	position:absolute;
	bottom:5px;
	left:50%;
	width:540px;
	height:90px;
	margin-left:-275px; /* half of width */
	padding:5px;
	background-image:url(../pictures/mtnbg.png);
	background-repeat:no-repeat;
	font-size:10px;
}
h1 {
	text-align: left;
	margin-left: 98px;
	font-size: 18px;
	font-family: Arial;
	color: #013775;
	margin-top: 30px;
}
ul {
	margin-bottom:0px;
	padding:0;
	text-align: left;
	margin-left: 98px;
}
ul li{
	list-style: none;
	font-family: Arial;
	font-size: 11px;
	color: #3773ae;
	margin-bottom: 26px;
	}
ul li h2{
	font-size:12px;
	padding:0;
	margin:0
}
ul li p{
	font-size:12px;
	color: #000;
	padding:0;
	margin:0;
	width: 352px;
}
label {
	float:left;
	width:165px;
}
label.rememberme {
	float:none;
}
input {
	margin-top:1px;
	margin-bottom:1px;
}
input.loginbtn {
	background-color:#3773AE;
	border:1px #3773AE solid;
	color:#FFFFFF;
	position:relative;
	left:165px;
}
div.xtrabtns {
	position:absolute;
	bottom:0px;
	width:350px;
	text-align:center;
	padding-bottom:3px;
	font-size:10px;
}
