/* start footer */

#footer-top{
clear:both;
height: 10px;
width: 956px;
background: url(../images/footer-top.png) no-repeat;
background-position: bottom;
margin: 0 auto 0 auto;
padding-top: 20px;

}

#footer {
clear: both;
/*height: 80px;*/
}

#footer-inner {
position: relative;
height: 61px;
width: 956px;
margin: 0 auto 0 auto;
background: #fff;
}

#footer-l {
float: left;
width: 200px;
padding: 0px 0px 0px 10px;
color: #e3001b;
font-size: 50px;
font-weight: bold;
}

#footer-r {
float: left;
padding: 20px 0px 0px 50px;
}


#footer-bottom{
clear:both;
height: 10px;
width: 956px;
background: url(../images/footer-bottom.png) no-repeat;
background-position: top;
margin: 0 auto 0 auto;
padding: 0px 0px 10px 0px;
}

#footer a{
text-decoration: none;
color: #000;
}

#footer a:hover{
text-decoration: underline;
}

/* end footer */
