.navbar_left
{
  display: block;
  position: absolute;
  width: 115px;
  top: 40px;
  left: calc(50vw - 300px);
  background:rgba(64, 64, 64, 0);
  color:#AAAAAA;
  transition: all 0.2s;
}
.navbar_right
{
  display: block;
  position: absolute;
  width: 115px;
  top: 40px;
  right: calc(50vw - 300px);
  margin-left: auto;
  text-align: right;
  background:rgba(64, 64, 64, 0);
  color:#AAAAAA;
  transition: all 0.2s;
}
.navlink
{
  display: block;
  margin-top:20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c0c0c0;
  color:#000000;
  padding: 1px 1px;
  transition: all 0.2s;
  text-align:center;
  text-decoration:none;
  font-size: small;
  border-width: 5px;
  border-style: groove; 
  border-color: #DDDDDD;
}
.navlink:hover
{
  border-style: ridge; 
}
.result_center_small
{
  position: absolute;
  width: 203px;
  border: none;
  left: calc(50vw - 109px);
  top: 160px;
  background-color:#c0c0c0;
  border-width: 5px;
  border-style: groove; 
  border-color: #DDDDDD;
}
.result_center_small:hover
{
  border-style: ridge; 
}
.logo
{
  margin-left: auto;
  margin-right: auto;
  background-color: #c0c0c0;
  color:#000000;
  padding:4px;
  position: absolute;
  width: 200px;
  left: calc(50vw - 109px);
  top: 60px;
  text-align:center;
  text-decoration:none;
  font-size: 40px;
  border-width: 5px;
  border-style: groove; 
  border-color: #DDDDDD;
}
.logo:hover
{
  border-style: ridge; 
}
.window-content
{
  overflow-x: hidden;
  overflow-y: scroll;
  width:634px;
  height:375px;
  position:fixed;
  top: 22px;
  margin-left:3px;
  margin-right:auto;
  background-image: url("ImageHandler-11.png");
  background-repeat: repeat-y repeat-x;
}
.window-content-cboy
{
  overflow-x: hidden;
  overflow-y: scroll;
  width:634px;
  height:375px;
  position:fixed;
  top: 22px;
  margin-left:3px;
  margin-right:auto;
  background-image: url("cboy_bg.jpg");
  background-repeat: repeat-y repeat-x;
}
.window-content-tae
{
  overflow-x: hidden;
  overflow-y: scroll;
  width:634px;
  height:375px;
  position:fixed;
  top: 22px;
  margin-left:3px;
  margin-right:auto;
  background-image: url("dark.jpg");
  background-repeat: repeat-y repeat-x;
}
.window-content-bs
{
  color: #00FF00;
  overflow-x: hidden;
  width:472px;
  height:280px;
  position:fixed;
  top: 122px;
  margin-left:170px;
  margin-right:auto;
  font-family: battlenet;
  font-size: 24px;
  background-image: url("bs-bg.gif");
  pointer-events: all;
}
.window
{
  width:882px;
  height:520px;
  top: 0px;
  margin-left:auto;
  margin-right:auto;
}
.yt-video
{
    width: 320px;
    height: 240px;
}
#y2k
{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: bold;
}
#logo
{
    font-size: 42px;
    left: 140px;
}
#logo-image
{
    position: absolute;
    left: 40px;
	top: -40px;
    height: 80px;
}
#image-monitor
{
    position: relative;
	top: 0px;
	width:882px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	pointer-events: none;
}
#logo-image-tae
{
    position: relative;
    left: 100px;
	top: 0px;
    height: 120px;
}
#logo-image-cboy
{
    position: absolute;
    right: -20px;
	top: -30px;
    height: 100px;
}
#logo-image-cboy-small
{
    position: absolute;
    left: 90px;
	top: -30px;
    height: 80px;
}
#logo-image-globe
{
    position: absolute;
    right: 10px;
	top: -10px;
    height: 120px;
}
#link-image
{
    position: relative;
    left: 10px;
	padding-right: 20px;
    width: 260px;
}
a
{
    color: #999999;
    text-decoration: none;
}
a:hover
{
    color: #DDDDDD;
}
div
{
    position: relative;
    bottom: 10px;
    margin: 10px;
    padding-bottom: 80px;
}
footer
{
    background-color: black;
    background-repeat: repeat-y repeat-x;
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
    margin: 20px;
    border: #00FF00;
    border-style: solid;
    bottom: 0px;
    right: 0px;
    position: fixed;
}
html
{
  color: #00FF00;
  background-color: black;
  background-image: url("artifacts.gif");
  background-repeat: repeat-y repeat-x;
  background-size: 100%;
}
@font-face {
  font-family: battlenet;
  src: url("battlenet.ttf");
}