@charset "UTF-8";
/* CSS Document */

.body{
	margin: 0px;
	padding: 0;
	height: 3000px;
		
}
.box{
	margin: 0px;
	padding: 0;
	height: 340px;
}
#bg1{
    background-image: url("../images/01.jpg");
	background-repeat: no-repeat;
}
        
#bg2{
    background-image: url("../images/02.jpg");
	background-repeat: no-repeat;
}
#bg3{
	background-image: url("../images/03.jpg");
	background-repeat: no-repeat;
}
#msg{
	font-size: 48px;
	font-weight: 700;
	color: orange;
	opacity: 0;
	position: fixed;
		
}