body
{
  color: black;
  font-family: verdana;
  margin: 0;
  background-color: #FFEBD6;
  overflow: auto;
}
    
a:link{color:#241941; text-decoration:none;}
a:visited{color:#241941; text-decoration:none;}
a:hover{color:red; text-decoration:none;}

img#background
{
  height: 100%;
  width: 100%;
  z-index: -1;
  
  position: fixed;
  _position:absolute;
  top:0;
  _top:expression(eval(document.body.scrollTop));
  left:0;
  margin:0;
  padding:0;
}

img#layer
{
  z-index: -1;
  
  position: fixed;
  top: 50%;
	left: 50%;
	
	margin-top: -74px;
  margin-left: -74px;
}

div.menuitem
{  
  height: 50px;
  width: 150px;
  
  margin-top: -25px;
  margin-left: -75px;
  
  background: url('../images/elipse.png') no-repeat center;
}

/*div.smallmenuitem
{  
  height: 25px;
  width: 75px;
  
  background: url('../images/elipse_sm.png') no-repeat center;
}*/

div.menulink
{
  height: 50px;
  width: 150px;
  
  margin-top: -25px;
  margin-left: -75px;
  
  text-align: center;
}

/*div.content
{
  height: 100%;
  overflow: auto;
}*/
  
