﻿body, html
{
  height:100%;
  width:100%;
  background-color:#333333;
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica;
  font-size:12px;
  line-height:20px;
}

#form1 
{
  height:100%;
  width:100%;
}

#container 
{
  height:100%;
}

#content 
{
  height: 100%; 
  width:100%;
  overflow: visible; 
  position: relative;
}

#content[id] 
{
  display: table; 
  position: static;
}

#middle {position: absolute; top: 50%; width:100%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%; background-color:#c9cc1f; height:400px; width:100%; text-align:left;} /* for explorer only */
/* optional: #inner[id] {position: static;} */

*:first-child+html #outer[id] {
	position:relative
} /* for explorer 7 only */
*:first-child+html #middle[id] {
	position: absolute;
	display:block;
	vertical-align:inherit;
	top: 50%;
} /* for explorer 7 only */
/* optional: *:first-child+html #inner[id] {position: relative;} */

a 
{
  color:#cc5d26;
  text-decoration:none;
}

a:hover 
{
  text-decoration:underline;
}

img { behavior: url(iepngfix.htc); }