/*
     +------------------------------------------------------------------------------+
     |             +--------------------------------------------------------------+ |
     |             | +----------------------------------------------------------+ | |
     |             | |   border-top                                             | | |
     |             | | +----------------------------------------+               | | |
     | margin-left | | | content                                | padding-right | | |
     |             | | +----------------------------------------+               | | |
     |             | | : padding                                :               | | |
     |             | +----------------------------------------------------------+ | |
     |             |   : border                                 :                 | |
     |             +--------------------------------------------------------------+ |
     |                 : margin (margin-bottom)                 :                   |
     +------------------------------------------------------------------------------+
                       :                                        :
                       |<--- width (default: all available) --->|
*/

.debugText {
	color: red;
	background: black;
}

.door {
	position: absolute;
	width: 600px;
	height: 800px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -400px;
	/* border: 2px solid #000000; */
	overflow: auto;
}

#fuckOffBox {
	position: absolute;
	width: 300px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -165px;
	margin-top: -175px;
	text-align: center;
	padding: 15px;
	border: 3px solid #111111;
	border-radius: 10px;
	color: #111111;
	background: #eeeeee;
	font-size: 180%;
	display: block;
}

.bell {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 10px;
	top: 150px;
	/* border: 1px solid #000000; */
}

.doorNumber {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 150px;
	margin-left: -50px;
	/* border: 1px solid #000000; */
}

.number52 {
	font-size: 300%;
	color: #d0d0d0;
}

.bigDate {
	position: absolute;
	width: 800px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -200px;
	/* border: 2px solid #000000; */
	overflow: auto;
	font-size: 200px;
	text-align: center;
}

