body 
{
background-image: url('bg.jpg');
background-repeat: repeat;
color: #000000;
margin: 	0;
margin-top: 100px;
padding: 	0;
height:		100%;
text-align: center;

}

html 
{
height:		100%;
font-family: verdana;
font-size: 10pt;
}



#holder
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 800px;


}

#footer
{
	font-size:11px;;

}


A:link{color: #464c31; text-decoration:none;}
A:active{color:#464c31; text-decoration:none;}
A:visited{color:#464c31; text-decoration:none;}
A:hover{color:#4a766d; text-decoration:underline;}
