html {
	height: 100%;
	background: url(../images/bkg_html.gif);
}

* html body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0 auto;
	height: 100%;
	position: relative;
	width: 100%;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif
		;
	font-size: 16px;
	behavior: url(js/csshover.htc);
	min-width: 990px;
	min-height: 610px;
}

H1 {
	padding: 0px;
	MARGIN: 0px;
}

H2 {
	padding: 0px;
	MARGIN: 0px;
}

H3 {
	padding: 0px;
	MARGIN: 0px;
}

A {
	
}

A:focus,a:active {
	outline: none;
}

A:hover {
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

ul,li {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

.iePNG,IMG {
	filter: expression(fixPNG(this) );
}

.iePNG A {
	position: relative;
}

.iePNG A:hover {
	position: relative;
}

#logo {
	padding-top: 24px;
	padding-left: 25px;
	color: #9a9a9a;
	padding-bottom: 100px;
}

#logo img {
	float: left;
}

#logo p {
	float: left;
	padding-left: 18px;
	padding-top: 11px;
}

#login {
	width: 554px;
	height: 450px;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	margin-left: -277px;
	top: 50%;
	margin-top: -225px;
	background: url(../images/hero.png) no-repeat;
	background-position: 0px bottom;
	filter: expression(fixPNG(this) );
}

.clouds {
	position: absolute;
}

.loginform {
	position: absolute;
	left: 188px;
	top: 300px;
	color: #5ba1af;
}

.loginform label {
	width: 130px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 1px;
}

.loginform p {
	width: 203px;
	height: 27px;
	float: left;
	background: url(../images/log_input.gif) no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
}

.log_input {
	background: none;
	width: 203px;
	border: none;
	float: left;
}

.log_but {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif
		;
	background: url(../images/log_but1.gif) no-repeat top;
	border: none;
	width: 148px;
	height: 27px;
	cursor: pointer;
	float: right;
}

.log_but:hover {
	background: url(../images/log_but2.gif) no-repeat;
}

#foot {
	position: absolute;
	bottom: 0px;
	clear: both;
	text-align: right;
	width: 98%;
	padding-bottom: 15px;
}

#foot a {
	color: #185972;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

#foot a:hover {
	color: #63a6b3;
}

.preload_img {
	display: none;
}
