html { height: 100%; }

body 
{
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px;
    font-family: Tahoma; 
    font-size: 25px; 
    font-weight: bold;
    background:url(background.gif);
	  background-color:#717171;
    height:auto;
    height: 100%;
    min-height: 100%;
    min-width:1024px; 
}

A
{
   	border:none;
	color: #FFFFFF; 
    font-family: Tahoma; 
    font-size: 20px; 
    font-weight: bold;
	text-decoration: none;
}

A IMG:visited
{
	border:none;
}

.actbutton
{
	background:url(active_button.jpg);
	background-color:#FFFFFF;
	color:#99CC00;
		width:200px;
	height:69px;


}

.activelink
{
	color:#99CC00;
}

.button
{
	background:url(button.jpg);
	background-color:#99CC00;
	width:200px;
	height:69px;
	
}

.introlinks
{
	color: #99CC00;
}

.container
{
	background-color:#FFFFFF;
	min-height:100% 
	height:100%; 
	padding:0px; 
	width:847px; 
	border-color:black; 
	border-left-style: solid; 
	border-width: 1px; 
	border-right-style: solid;

}

.floor
{
	background-color:#FFFFFF; 
	margin-left: -1px;
	width:847px; 
	border-color:black; 
	border-left-style: solid; 
	border-width: 1px; 
	border-right-style: solid;
}

.content
{
	font-size:16px; 
	font-family:arial; 
	font-weight:normal; 
	padding:25px;
	text-align:justify;
}