
html,body{
    height:100%
}
body {margin:0 0px 0px 0px;padding:0;font-size:12px;}

A:link {
	color: #FFFFFF;
	text-decoration: none;
}

A:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A:hover { 
	color: #FF6600;
	text-decoration: none;
}
#bg {
	background:#000 url(/images/bg.jpg) no-repeat center top;
	background-size:100% auto;
}
#l-main {

}

#logo {
	position:fixed;
	top:15%;
	bottom:30%;
	left:0;
	right:0;
	z-index:10;
	display:flex;
	align-content: center;
	justify-content: center;
	align-items: stretch;
}

#logo img{
	
}

#bottom {
	position:absolute;
	bottom:5%;
	width:100%;
	font-family:Verdana;
	color:#fff;
	text-align:center;
	z-index:10;
}

@media screen and (max-aspect-ratio: 1920/956) {
	#bg {
		background-size:auto 100%;
	}
}

@media screen and (max-width: 680px) {

}

@media screen and (max-width: 420px) {

}