#mainImage {
	max-width: 100%;
	max-height: auto;
}


#clubhall {
	background-image: url("images/dj_table1.png");
	background-size: cover;
}

body {
	background-color: #140e0f;
}


#switch0 {
	position: absolute;
	top: 91%;
	left: 41.5%;
	width: 5%;
	cursor: pointer;
}

#switch1 {
	position: absolute;
	top: 91%;
	left: 47.5%;
	width: 5%;
	cursor: pointer;
}

#switch2 {
	position: absolute;
	top: 91%;
	left: 53.5%;
	width: 5%;
	cursor: pointer;
}


#bgmPlayer {
	display: none;
}

#animal_switch {
	position: absolute;
	top: 81%;
	left: 47%;
	width: 6%;
	cursor: pointer;
}

#image-container {
	position: relative;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1400px;
	height: 553px;
	border: 1px solid #140e0f;
	overflow: hidden;
	background-color: #140e0f;
}

#random_image {
	position: absolute;
	width: 200px;
}

#exit_door {
	position: absolute;
	top: 7%;
	right: 3%;
	width: 10%;
	cursor: pointer;
}

#cluball {
	position: absolute;
	z-index: 10;
	left: 45%;
	width: 10%;
	cursor: pointer;
}

#gero {
	background-image: url("images/exitgero.png");
	background-size: cover;
}