﻿body {
    background: #031f4b
}

.fulldiv {
    width: 65%;
    margin: 20px auto;
    text-align: center;
}

.frame {
    width: 100%;
    min-height: 520px
}

.titlepic {
    width: 85%;
    margin-bottom: 20px
}

.btmdiv {
    width: 65%;
    margin: 0 auto;
    padding: 0;
    background-image: url('99.png');
    background-repeat: repeat;
    height: 99px;
    text-align: center
}

@media(max-width:1199px ) {
    .fulldiv {
        width: 60%;
    }

    .frame {
        min-height: 480px
    }

    .btmdiv {
        width: 60%
    }
}

@media(max-width:991px ) {
    .fulldiv {
        width: 80%;
    }

    .frame {
        min-height: 430px
    }

    .btmdiv {
        width: 80%
    }
}

@media(max-width:767px ) {
    .fulldiv {
        width: 90%;
    }

    .frame {
        min-height: 350px
    }

    .btmdiv {
        width: 90%
    }
}

@media(max-width:480px ) {
    .fulldiv {
        width: 95%;
    }

    .frame {
        min-height: 300px
    }

    .btmdiv {
        width: 95%
    }
}

@media(max-width:360px ) {
    .fulldiv {
        width: 98%;
    }

    .frame {
        min-height: 290px
    }

    .btmdiv {
        width: 98%
    }
}

@media(max-width:320px ) {
    .fulldiv {
        width: 98%;
    }

    .frame {
        min-height: 280px
    }

    .btmdiv {
        width: 98%
    }
}
