/* CSS Document */


	body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#C9C1D9;
}

p {
color:#333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin-left: 20px;
line-height: 12px;
}

a {
color:#000000;
text-shadow:White 0px 0px 3px;
text-decoration:underline;
}
a:hover {
color:#FFFFFF;
background:#786a93;
text-shadow:inherit;
text-decoration:none;
}



/* green: #7e8528" */

.landingText {
font-size: 14px;
font-weight: bold;
}

.hiddenText {
font-size:3px;
color:#C9C1D9;
}

    div.tentwentyfour
      {
      position:absolute;
      left:50%;
      top:50%;
      width:991px;
      height:691px;
      margin-left:-495px; 
      margin-top:-345px;
	  border: 1px;
	  border-style: solid;
	  border-color:#000000;
      }
	  
	      div.eighthundred
      {
      position:absolute;
      left:50%;
      top:50%;
      width:760px;
      height:529px;
      margin-left:-380px; 
      margin-top:-264px;
	  border: 1px;
	  border-style: solid;
	  border-color:#000000;
      }
	  
	  	      div.landing
      {
      position:absolute;
      left:50%;
      top:50%;
      width:419px;
      height:219px;
      margin-left:-210px; 
      margin-top:-110px;
	  border: 0px;
      }
