/* CSS Document */
#warp{
	background:url(../img/bg.jpg) repeat-x #F7F2E4;
	padding-top:24px;
	padding-bottom:60px;
	max-width:640px;
	margin:0 auto;
}
#header{
	background:url(../img/head_bg.jpg) repeat-x;
	height:157px;
}
.logo{
	height:102px;
	padding:7px 0 8px;
	text-align:center;
}
.logo img{
	height:102px;
}
#header nav{
	background:#BD0F19;
	height:40px;
	line-height:40px;
	width:100%;
}
#header nav ul{
	float:left;
	width:100%;
}
#header nav ul li{
	float:left;
	width:25%;
	text-align:center;
}
#header nav ul li a{
	color:#FFF;
	font-size:1.6em;
}
#footer {
    background:#BD0F19;
    bottom: 0;
    height: 50px;
    max-width: 640px;
    padding: 5px 0;
    position: fixed;
    width: 100%;
}
#footer ul li {
    float: left;
    text-align: center;
    width: 25%;
}
#footer ul li a {
    display: block;
}
#footer ul li a img {
    height: 50px;
}