* {
    padding: 0;
    margin: 0;
}
body, html {
    width: 100%;
    height: 100%;
}
#move {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg1.png);
	overflow: hidden;
	z-index: 0;
	position: relative;
	background-position: 0% center;
}
#moveL {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#moveR {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}