@charset "utf-8";
/* CSS Document */

html {
    min-height: 100%;
}
body {
    min-height: 100%;
    margin: 0px;
    color: #fff;
    font-size: 14px;
	width:100%;
    min-height: 100%;
	background:url(../images/body_bg.jpg);
	
}
.bg{
	min-height:650px;
}
img {
    max-width: 100%;
}
.a_center{
	text-align:center;	
}
.a_right{
	text-align:right;	
}
.a_left{
	text-align:left;	
}
.clr{
	clear:both;
	float:none;
}
.main {
    max-width:500px;
	margin:0px auto;
	position:relative;
	min-height:630px;
}
.logo{
	margin-bottom:70px;
	padding-top:150px;
}
.address{
	padding-bottom:28px;
	border-bottom:1px solid #5c595a;	
}
.phone{
	border-top:1px solid #858384;
	padding-top:28px;
}
.footer{
	background:#d82f2f;
	border-top:1px solid #db5959;
	position:absolute;
	bottom:0px;
	height:60px;
	width:100%;	
}
@media only screen and (max-width:900px){
	
}
@media only screen and (max-width:600px){
html{
	position:relative;	
}
.main {
	margin-left:10px;
	margin-right:10px;
	max-width:none;	
}
}