@charset "utf-8";
@import url("../webfonts/BNAZANB/stylesheet.css");

* {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
}
body {
    font-family: BNAZANB;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    background-image: url(../images/images.jpg);
}
body a {
    color: rgba(230,223,101,1.00);
    text-decoration: none;
}
.wholediv {
    -webkit-box-shadow: 0px 0px 30px 10px rgba(3,15,35,1.00);
    box-shadow: 0px 0px 30px 10px rgba(3,15,35,1.00);
    width: 740px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}



header {
    text-align: center;
    width: 700px;
    height: 150px;
    background-color: rgba(0,59,105,1.00);
    border-top: 2px solid rgba(220,199,130,1.00);
    border-left: 2px solid rgba(220,199,130,1.00);
    border-right: 2px solid rgba(220,199,130,1.00);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    min-width: 0px;
}
header img {
    height: 150px;
}
main {
    width: 700px;
    color: rgba(255,255,255,1.00);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    min-height: 200px;
    border-left: 2px solid rgba(220,199,130,1.00);
    border-right: 2px solid rgba(220,199,130,1.00);
    background-color: rgba(255,247,221,1.00);
    background-size: 20% auto;
    background-image: -webkit-linear-gradient(270deg,rgba(0,59,105,1.00) 0%,rgba(26,84,130,1.00) 50.08%,rgba(0,59,105,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,59,105,1.00) 0%,rgba(26,84,130,1.00) 50.08%,rgba(0,59,105,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,59,105,1.00) 0%,rgba(26,84,130,1.00) 50.08%,rgba(0,59,105,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,59,105,1.00) 0%,rgba(26,84,130,1.00) 50.08%,rgba(0,59,105,1.00) 100%);
}

main p {
    width: 100%;
    text-align: center;
}
main ul {
    list-style-type: none;
    text-align: center;
    width: 100%;
}



.myDiv {
    width: 45%;
    display: inline-block;
	height:100px;
	overflow-y: auto;
	overflow-x: hidden;
}




footer {
    background-color: rgba(0,59,105,1.00);
    border-bottom: 2px solid rgba(220,199,130,1.00);
    border-left: 2px solid rgba(220,199,130,1.00);
    border-right: 2px solid rgba(220,199,130,1.00);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 700px;
    height: 50px;
    color: rgba(255,255,255,1.00);
    text-align: center;
    line-height: 50px;
    border-top-width: 1px;
}
