body{
	background:#858e89;
	border:0;
	margin:0;
	position: absolute;
	width:100%;
	height:100%;
	background-image: url('../images/background1.jpg');
	background-size: fill;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
#coneyIslandPic{
	position: absolute;
    width: auto;
    height: 100%;
    border: 0;
	margin:0;
    right:0%;
	margin-right:0%;
    font-size: 0;
	background-image: url('../images/Reemote2.svg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
#coneyIslandDiv{
	position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
	margin:0;
    right:0%;
	margin-right:0%;
    font-size: 0;
	background-image: url('../images/ReeMote3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: right bottom;
}