#index_banners
{
	max-width: 1300px;
    margin: auto;
}
.index_banner_img
{
	background-image: url(../../img/banner01.jpg);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 800px;
}