html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #000000;
	overflow: auto;
}
p, li, blockquote {
	font-family: arial;
	color: #004400;
	font-size: 100%;
}
h1 {
	font-family: arial;
	color: #004400;
	font-size: 150%;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	text-decoration: none;
}
.notice {
	color: #ff0000;
}
.warning {
	font-family: arial;
	color: #ff0000;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.box {
	width: 60%;
	margin: auto;
	margin-top: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 50px;
	padding-left: 50px;
	background: rgba(204, 204, 204, 0.93);
}
#box_and_logo {
	position: absolute;
	top: 85px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}
#heading, .heading {
	text-decoration: none;
	text-align: center;
	font-size: 200%;
}
#logo {
	margin: auto;
	text-align: center;
		 margin-top: 10px;
		 height: 180px;
}
#content, #flashContent {
	/*width: 100%;*/
	height: 100%;
	z-index: 10;
}
#db {
	float: none;
	vertical-align: middle;
}
/*#cycle {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 15;
}*/
#mes1, #mes3, #mes2, #mes4 {
	position: absolute;
	cursor: pointer;
	z-index: 31;
}
#mes1, #mes3 {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	right: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
#mes2, #mes4 {
	width: 160px;
	height: 600px;
	top: 50%;
	transform:translate(0, -50%);
}
#mes1 {
	top: 10px;
}
#mes3 {
	bottom: 10px;
}
#mes2 {
	right: 20px;
}
#mes4 {
	left: 20px;
}
#map {
	margin-left: 40px;
	margin-top: 5px;
	width: 518px;
	height: 400px;
	border: 1px solid black;
	z-index: 99;
}
#map-background {
	background-image: url('https://www.duelingbook.com/images/map-background2.png');
	background-repeat: no-repeat;
	width: 600px;
	height: 482px;
	z-index: 98;
	
	position: absolute;
	top: 30px;
	right: 30px;
}
#map-exit-btn {
	margin-top: 4px;
	margin-left: 571px;
	cursor: pointer;
}


.fc-ccpa-root, .fc-ccpa-root.fixed {
    position: fixed !important;
    bottom: 1px !important;
    width: 100% !important;
}