@charset "UTF-8";
/* CSS Document */
#container6{
	width:860px;
	margin:0px auto;
}
#left-column6{
    width: 430px;
    float: left;
    /* [disabled]background:blue; */
}

#right-column6{
    width: 430px;
    float: left;
    /* [disabled]background:orange; */
}

@media screen  and  (max-width:859px){
	#container6{
		width:100%;
	}
	#left-column6{
    width: 430px;
    float: left;
    /* [disabled]background:blue; */
}

	#right-column6{
    width: 430px;
    float: left;
    /* [disabled]background:orange; */
}
    img{
        width:100%;
    }
}


}

