.default
{
	text-align: center;
	font-family: 'Orbitron', sans-serif;
	background: #999;
	font-size: 12px;
}

.banner0
{
    margin: 4px;
    height: 90px;
    width: 728px;
    text-align: center;
    color: #000;
    font-size: 30px;
	overflow: hidden;
}

.banner0 #default
{
	padding-top: 30px;
	height: 90px;
    width: 728px;
}

.banner1
{
    margin: 3px 0px 5px 0px;
    height: 248px;
    width: 126px;
    background: #9cc;
    text-align: center;
    color: #000;
    font-size: 30px;
	overflow: hidden;
}

.banner1 #default
{
	padding-top: 100px;
	height: 248px;
    width: 126px;
}

.banner2
{
    margin: 0px;
    height: 250px;
    width: 300px;
    background: #c9c;
    text-align: center;
    color: #000;
    font-size: 30px;
	overflow: hidden;
}

.banner2 #default
{
	padding-top: 100px;
    height: 250px;
    width: 300px;
}

.banner3
{
    margin: 0px;
    height: 600px;
    width: 160px;
    background: #c9c;
    text-align: center;
    color: #000;
    font-size: 30px;
	overflow: hidden;
}

.banner3 #default
{
	padding-top: 275px;
    height: 600px;
    width: 160px;
}

.banner4
{
	position: relative;
    margin: 4px;
    height: 90px;
    width: 728px;
    text-align: center;
    color: #000;
    font-size: 30px;
	overflow: hidden;
	background:#fff;
	font-family: NotoSansCJKtc-Black;
}

.atv001
{
	background: url(./images/ASIA-MISS-BACKGROUND-crop.jpg) 0px 0px no-repeat;
	background-size: 728px 90px;
	width: 728px;
	height: 90px;
}

@keyframes slide {
  0% {left:0; top:0;}
  50% {left:244px; top:100px;}
  100% {left:488px; top:0;}
}

