﻿body, html
{
  height:100%;
  width:100%;
  background-color:#333333;
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica;
  font-size:16px;
  line-height:24px;
}

#form1 
{
  height:100%;
  width:100%;
}

#content 
{
  height:100%;
  width:100%;
}

#topBlock 
{
  height:50%;
  background-color:#FFFFFF;
  position:relative;
  color:black;
}

#topBackground 
{
  position:absolute;
  height:100%;
  width:100%;
}

#topContent 
{
  position:absolute; 
  bottom:0px; 
  text-align:center;
  width:100%
}


#bottomBlock 
{
  vertical-align:top;
  height:50%;
  width:100%;
  background-color:#990000;
  color:white;
  position:relative;
}

#bottomBackground
{
  position:absolute;
  height:100%;
  width:100%;
}

#bottomContent 
{

  position:absolute; 
  text-align:center;
  width:100%;
}

a 
{
  color:#CC9900;
}