* {margin: 0; padding: 0;}

body {
background: #f7f7ff;
}

html,body {
height: 100%;
/* float: left; */
width: 100%;
}

.main {
overflow: auto;
padding-buttom: 80px;
}

#wrap {
min-height: 100%;
}

#input1 {
border:2px solid #91937f;
font:14px Verdana, Arial;
height:18px;
padding:2px 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
text-transform: uppercase;
}

.input2 {
width:90px;
height:30px;
background:url(/img/res/btn_show.png) no-repeat;
padding:0;
margin:0;
border:none;
cursor:pointer;
}

.input2:hover {
background-position:0 -30px;
}


* html .main {
height: 100%;
}

.header {
height: 200px;
top: 0;
width: 100%;
background:url(/img/res/home_header.jpg) no-repeat center;
font-family: Verdana, sans-serif;
font-size: 30px;
/* margin-top: -20px; */
}

.hfooter {
height: 80px;
}

.footer {
position: relative;
bottom: 0;
height: 80px;
width: 100%;
background:url(/img/res/footer.jpg) no-repeat center;
vertical-align: bottom;
text-align: center;
font-family: Verdana, sans-serif;
font-size: 12px;
text-shadow: 1px 1px 0px rgba(160,160,160, .4);
margin-top: -80px;
clear: both;
}

a {
font-family: Verdana, sans-serif;
text-shadow: 1px 1px 0px rgba(160,160,160, .4);
color: #000000;
}

a:hover {
color: #ff0000;
}
