﻿#page_bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#page_bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
	z-index: -1;
}
#content {
  position: fixed; 
  top: 0;
  width: 100%; 
  height: 100%;
}
#content img {
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
	z-index: 1;
}

.error
{
font-family:"Arial";
font-size:10px;
color:#ca0f00;
padding:0px 0px 0px 0px;
background-color:transparent;
border:none;
border-color:transparent;
}

.errorlogin
{
font-family:"Arial";
font-size:10px;
color:#000000;
padding:0px 0px 0px 0px;
background-color:transparent;
border:none;
border-color:transparent;
}

.captain {
	margin-top: 20px;
	margin-bottom: 0;
}

#FFO_logo {
   pointer-events:none;
   position: fixed; 
  top: 110px;
  left: 0%;
  width: 100%; 
  height: 100%;
}
#FFO_logo img {
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  z-index: 1;
}
#FFO_logo_small {
   pointer-events:none;
   position: absolute; 
  margin-left:38%;
  margin-top:48%;
}
#FFO_logo_small img {
  z-index: 1;
}

#SDCC {
   position: fixed; 
  top: 60%;
  left: 70%;
  width: 100%; 
  height: 100%;
}
#SDCC img {
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  z-index: 1;
}

div.custom {
    padding: 0px 0px 0px 0px;
}
div.custom input {
	font-family:Arial, Helvetica, sans-serif;
    background-color: #1a1f28;
	border-color:	#1cd0dc;
    border:1;
    font-size:14px;
	color:#FFF;
}

.popup { 
      position: absolute; 
      z-index: 102; 
} 
.popup_bg { 
      position: absolute;     visibility: hidden; 
      height: 100%; width: 100%; 
      filter: alpha(opacity=70); /* for IE */ 
      opacity: 0.7; /* CSS3 standard */ 
      left: 0px; top: 0px; 
      background-color: #000; 
      z-index: 100; 
} 
.ytcontainer { 
      border: 2px solid #666; 
      clear: both; 
} 
.close_button { 
      font-family: Verdana, Geneva, sans-serif; 
      font-size: small; font-weight: bold; 
      color: #666; text-decoration: none; 
      display: block; float: right; 
      background-color: #FFF; 
      z-index: 103; cursor: default; 
      border: 2px solid #666; 
      margin-bottom: -2px; 
      padding: 0px 3px 0px 3px; 
} 
