body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#slider
{
	position:absolute;
	right: 20px;
	top: 20px;
}

#upcoming
{
	position:absolute;
	left: 25px;
	top: 70px;
	width: 300px;
	height: 292px;
    border: 1px solid #000000;
	background: #ffffff;
	font-family:arial;
	font-size:12pt; 
	color:#000000; 
}

#HF
{
	font-family:Verdana,arial;
	font-size:14pt; 
	font-weight:bold;
	color:#4169e1; 
}

#stage {
	position:absolute;
	left: 350px;
	top: 54px;
    margin: 1em auto;
    width: 500px;
    height: 400px;
    border: 1px solid #000000;
  }

  #stage a {
    position: absolute;
  }
  #stage a img {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
  }

  #stage a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
  }
  #stage a:nth-of-type(2) {
    z-index: 10;
  }
  #stage a:nth-of-type(n+3) {
    display: none;
  }

  @keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
  }
  
   #stage a::after {
    position: absolute;
    left: 11px;
    bottom: 11px;
    padding: 2px 0;
    width: calc(100% - 22px);
    background: rgba(0,0,0,0.5);
    text-align: center;
    content: attr(title);
    font-size: 1.1em;
    color: #fff;
  }

.ue 
{
    background-color: #000000;
	font-family:arial;
	font-size:12pt; 
	color:#ffffff; 
}

.NF
{
	font-family:arial;
	font-size:10pt; 
	color:#000000; 
}

.bb
{
   border-bottom: 1px solid #DEDEDE;
}
