* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px/18px Arial, sans-serif;
	height: 100%;
    background-color: #fff;
	
	background: #fdfcf7;
	background: url('/img/body.png');
	background-position: repeat-x;
	padding-top: 0;
	background: #FFF;
	background-image: url('/i/foot2_i.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #333;
}
#head h2{
	/* color: #3399FF; */
	color: #0a419f;
}
#head h2 span{
	color: #FF6633;
	font-style:italic;
}
#head{
	height: 160px;
	width: 100%;
	min-width: 500px;
	margin: 0 auto;
	text-align: right;
	background: url('/i/head_i.jpg');
	background-position: right center;
	background-repeat: no-repeat;
}
#main{
	margin: 0 auto;
	width: 100%;
	height: 300px;
	
}
#form{
	margin: 0 auto;
	padding: 1em;	
	width: 50%;
	min-width: 500px;
	background: #eee;
border-width: 5px;
border-color: #ddd;
border-style: solid;
}
#form a{
	font-size: 0.9em;
	color: #888;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
#form input[type=text] { 
	width: 160px;
}
div.addinfo span{
	font-size: 0.9em;
	padding-left: 1em;
	padding-bottom: 0.4em;
}
#foot{
	text-align: center;
	padding-top: 4em;
}
#foot a{
	margin-right: 1em;
	/* color: #3399FF; */
	color: #0a419f;
}

#foot a:hover{
color: #FF6633;
}
