html, body {
    height: 100%;
    width: 100%;
	margin:0;
	padding:0;
	 -webkit-text-size-adjust: 100%;
}

body {
	font-size: 0.8em;
	background:#333;
	position:relative;
	color:#ccc;
}

#Entrance{
	display: table;
	width: 100%;
	height: 600px;
	text-align:center;
	vertical-align:bottom;
}

.gate{
	display:table-cell  ;
	width:50%;
	color:white;
	padding:50px 0;
	text-decoration:none;
}

.dl{
	background-image: url('dl/common/img/bg_body.jpg');
	color:black;
}


.dlmb{
	background-image: url('dlmb/common/img/bg_body.jpg');
	color:white;
}


/*tb^[*/

footer {
    /*color: #666666;*/
    font-size: 0.8em;
    padding: 1em 0;
    text-align: center;
    width:100%;
	display:block;
	position:absolute;
	bottom:0;
}
