html,body { 
	height: 100%; 
	width: 100%;
	margin: 0 0 1px 0;
	 
}

body { 
	margin: 0px; 
	padding: 0px;  
	background-color: #ffffff;
	background-image: url(images/background.png);  
	background-repeat: repeat-x;
	background-position: top center;
}

#main {
	left: 50%;
	margin: 0 auto 0 -630px;
	width: 1260px;
	overflow: hidden;
	position: absolute;
	height: auto;
}


#main img {
	float: left;
	clear: both;
}

#footer {
	left: 50%;
	margin: 0 auto 0 -410px;
	width: 820px;
	overflow: hidden;
	position: absolute;
	height: 40px;
	border-top: 1px solid #465600;
	top: 800px;
	text-align: center;
}

#footer ul { 
	list-style-type: none;
	margin: 0 0 0 190px;
	padding: 0;
	float: left;
}

#footer ul li {
	text-weight: bold;
	color: #465600;
	padding: 0 10px 0 10px;
	float: left;
	
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 39px;
	letter-spacing: 0.0px; 
}

#footer ul li a {
	font-weight: normal;
	text-decoration: underline;
	color: #465600;
}

#fStep1 .fField1, #fStep1 .fField2 {
	clear:none;
    float:left;
}
#fStep1 .fField1 {
	margin:0;
	width: 225px;
    overflow:hidden;
}
#fStep1 .fField1 select, #fStep1 .fField2 select {
	margin-left:0;
	margin-right:0;
}
#fStep1 .fField2{
	margin:0;
	float:right;
    width: 100px;
}
#fStep1 .fField2 span, #fStep1 .fField2 field, #fStep1 .fField2 label {
    display:none;
}
