@charset "utf-8";
html,body{
	 width: 100%;
	 height: 100%;
}
.intro-section{
    height: 100%;
    padding-top: 0px;
    text-align: center;
    background-image: url("images/down.png"),url("images/index.jpg");
    background-position: 50% 95%,center top;
    background-size: 60px 60px,cover;
    background-attachment: fixed;
	background-repeat: no-repeat
}
.about-section{
    height: auto;
    padding-top: 0px;
    text-align: center;
    background-image: url(images/bg-1.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
.news-section{
    height: auto;
    padding-top: 0px;
    text-align: center;
    background-image: url(images/bg-2.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

