@font-face {
  font-family: ComicNeue;
  src: url(ComicNeue-Bold.ttf);
}
html {
background: linear-gradient(180deg, rgba(45,0,70,1) 0%, rgba(25,0,40,1) 50%, rgba(0,0,0,0) 100%); 
background-repeat: no-repeat;
background-color: rgba(0,0,0,1);
}
body {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 775px;
}
#bannerHTML {
	background: none;
	background-color: rgba(0,0,0,0);
}
#bannerHTML > body {
	margin: 0;
}
#_blank > iframe {
	height: 75;
}
#alert > body {
}
#alerttext {
  padding: 8px 0; 
  font-family: Arial, Helvetica, sans-serif; 
  background-color: #01ff00; 
  font-size: 16px; 
  font-weight: bold; 
  text-align: center; 
  color: #000;
  margin-top: 32px;
  width: auto;
}
#alert{
	background: none;
	background-color: rgba(0,0,0,0);
}
#MainBlock, #BannerEmbed, #LeftPanelEmbed, #AlertEmbed {
	width: 100%;
	border: 0;
	height: 665px;
}
.BannerOvr {
    position:absolute;
	width: 69px;
	height: 87px;
	right: 28px;
	top: 21px;
}
#Banner {
    background-image: url("/layoutfiles/Banner.png");
    width: auto;
    height: 122px;
    position: relative;
}
#BannerContainer {
    width: auto;
    height: 220px;
    position: relative;
}
#MainBox {
  background-color:rgb(255,255,128);
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  width: 512px;
  min-height: 365px;
  height: auto;
  vertical-align: top;
  margin-bottom: 30px;
  font-family: ComicNeue;
top: 228;
right: 0;
position: absolute;
}
#LeftPanel {
position: absolute;
  background-color:rgb(255,255,128);
  margin-right: auto;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  width: 150px;
  min-height: 365px;
  height: 0;
  float: left;
}

img {
	max-width: 100%;
}
#innerframe {
	background: none;
	background-color: rgba(0,0,0,0);
}