
@media only screen and (max-width : 480px) { 
	#wrap{
		width:100%;
}
#wrap .container{
	width:100%;
	height:auto;
	margin:0 auto;
}
#header{
	
	position:relative;
	z-index:150;
	margin-top:10px;
	border-bottom:1px solid #666666;
}
#header .logo{
	float:left;
	margin:0px 0 0 0;
}
#banner .fullbanner{
		width:100%;
		height:100%;
		
}

#front_text{
	width:100%;
	background:url(../images/front_text_bg.jpg) repeat-x;
}

#front_text .text img{
	width:100%;
}
#footer{
	background:#3b3b3b;
	width:100%;
}
#footer .footer_sec{
	float:left;
	width:100%;
	height:auto;
}
#footer .links li{
	background:url(../images/link_arrow.png) no-repeat 0 6px;
	float:left;
	border-bottom:solid 0px #474747;
	width:100%;
}
#footer .about{
	width:100%;
float:left;
}

#footer .post_sec{

float:left;
	width:100%;
}

#footer .contact_form{
	width:100%;
	float:left;
}

}