
html, body{
    margin: 10px;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", "sans-serif";
    font-weight: normal;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    color: #666666;
    background: url(../img/bg-page.png);
}

.img-responsive{
    max-width: 100%;
    height: auto;
    display:block;
}

.header{
    margin-top: 10px;
    margin-bottom: 10px;

}


.footer{
margin-top: 20px;
}


.banner {
    max-width: 60%;
}


.bodytxt1{
    text-align: justify;
    font-size: 120%;
    margin-bottom: 20px;
}

.bodytxthead{
    margin-bottom: 20px;
}


.blink {
    position: absolute;
    width: 429px;
    height: 429px;
    top: -500px;
    left: 0px;
    z-index: 0;
}

.blink1 {
    top: -170px;
    left: -30px;
}
.blink2 {
    top: 112px;
    left: 1202px;
    z-index: 1;
    overflow: hidden;
}
.blink3 {
    top: 939px;
    left: 628px;
    height: 140px;
    overflow: hidden;
}
.blink3.autoheight {
    height: auto;
    overflow: hidden;
}
.year-box {
    float: left;
    margin-top: 6px;
    margin-right: 4px;
}






@media only screen and (max-width: 750px) {

	.banner {
    max-width: 90%;
	}


	img#blink1 {display:none;}

}
