html, body
{
  background-color  : rgb(0,0,0);
  font-family       : Arial;
  font-size         : 12px;
  color             : rgb(255,255,255);
  margin            : 0;
}
	
p
{
  color             : rgb(255,255,255);
}

img
{
  border            : 0px;
}

div.maincontainer
{
  position          : relative;
  margin            : 0 auto;
  width             : 800px;
  height            : 800px;
  background-image  : url(images/heading.jpg);
  background-repeat : no-repeat;
  background-position : 0 0;
  padding           : 0;
}

img#logo
{
  position          : absolute;
  top               : 10px;
  left              : 50px;
}

div#page
{
  position          : absolute;
  top               : 275px;
  left              : 50px;
  width             : 650px;
  height            : 800px;
  z-index           : 1;
  text-align        : justify;
  line-height       : 20px;
  font-size         : 14px;
}

#page p
{
  margin-left       : 200px;
}

#page h1
{
  margin-left       : 200px;
  font-size         : 20px;
  line-height       : 28px;
}

#menu_top
{
  position          : absolute;
  left              : 50px;
  top               : 170px;
  width             : 650px;
  height            : 26px;
  z-index           : 2;
  font-size         : 16px;
  text-decoration   : none;
}

#menu_top table
{
  right             : 50px;
  border            : 0px;
  padding           : 0px;
  text-align        : center;
}

#menu_top a
{
  text-decoration     : none;
  color               : rgb(255,255,255);
}
  
#menu_top a:hover, #menu_top a.active
{
  font-weight         : bold;
}

a
{
  text-decoration     : underline;
  color               : rgb(255,255,255);
}

a:hover, a.active
{
}

div#images_side
{
  position            : absolute;
  top                 : 0px;
  left                : 0px;
  z-index             : 2;
}

div#logo
{
  position            : absolute;
  top                 : 30px;
  left                : 80px;
  z-index             : 2;
}



  
