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

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

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

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


}

