@charset "utf-8";
html {
	height: 100%;
}

body {
	height: 100%;
}

.height100 {
	height: 100%;
}

.bg1 {
	background: url(../img/gr.jpg)no-repeat center center;
	background-size: cover;
}

.bg2 {
	background: url(../img/djg.jpg)no-repeat center center;
	background-size: cover;
}

.bg3 {
	background: url(../img/phot.jpg)no-repeat center center;
	background-size: cover;
}
.img100 {
	height: 100%;
	width: 100%;
}