*
{
	color: #999;
	font-size: 12px;
	font-family: "Century Gothic";
	text-align: justify;
}
html
{
  overflow: hidden;
  height: 100%;
}
a{
	outline: none;
}                        
body
{
  background: black;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: left;
}

#h1_content
{
	display: none;
}

#maintenance_mode_info
{
	position: absolute;
	left: 5%;
	top: 5%;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid red;
	color: red;
	z-index: 9000;
}

/* === Containers === */
#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 950px;
  padding: 0px;
}

#second_container
{ 
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

#third_container
{
  position: relative; 
  top: -275px; 
  width: 950px;
}


/* ===  Menu === */

#menuContainer
{
	position: relative;
	margin: 0px;
	top: 15px;
	padding: 0px;
	width: 950px;
	left: 0px;
	height: 30px;
}

#menuItems
{
	position: relative;
	display: block;
	left: 0px;
	margin: 0px;
}

#menuItems .menuItem
{
	float: left;
	height: 30px;
	margin: 0px;
	width: 237px;
	display: block;
}


/* ===  Backgrounds === */
#backgroundContainer
{
	position: relative;
	width: 950px;
	margin: 0px;
	padding: 0px;
	height: 395px;
}
#primaryBackground
{
	position: absolute;
	top: 0px;
	left: 195px;
	width: 560px;
	height: 395px;
}
#secondaryBackground
{
	position: absolute;
	top: 0px;
	left: 195px;
	width: 560px;
	height: 395px;
}

/* ===  Accordion === */
.atoggler
{
	height: 20px;
	border-bottom: 1px solid #222;
}

