#header {
	float:left;
    /*background: url(/public/dm/1/img/header_bg.png) no-repeat left top;*/
    background-size: 80px 80px;
    padding-left: 20px;
    margin-bottom: 5px;
}
#header a {display: block; float:left; text-decoration: none;}
#header img {float:left;}
#header .header-title {float:left;margin-left: 5px;margin-top: 5px;font-size: 20px;z-index:200;}
#header .header-title span {display: block;font-weight: bold;}

#nav-usernav {background-color: #c03b34;height: 20px;}

.bg-footer {background-color: #202020;}

#aheader-box {
    content: "";
    position: absolute;
    top: 5px;
    left: 30px;
    width: 137px;
    height: 112px;
    border:1px solid red;
    /*background: url(/public/dm/1/img/header_bg.png) no-repeat center center;*/
    z-index:50;
}
@media (max-width: 740px) {
   #header .header-title {float:left;margin-left: 5px;margin-top: 5px; font-size: 16px;}
	#header .header-title span {display: block;}
}

@media (max-width: 360px) {
	#header .logo img {height: 60px;}
   #header .header-title {float:left;margin-left: 5px;margin-top: 1px; font-size: 16px;}	
	#header .header-title span {display: block;}
	#nav-usernav {background-color: #c03b34;height: 10px;}	
}
