body 
{
background-image: url('bg.jpg');
background-repeat: repeat;
color: #000000;
margin: 	0;
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: #005a87; text-decoration:none;}
A:active{color: #005a87; text-decoration:none;}
A:visited{color: #005a87; text-decoration:none;}
A:hover{color: #005a87; text-decoration:underline;}


A.enter:link{color: #005a87; text-decoration:none;}
A.enter:active{color: #005a87; text-decoration:none;}
A.enter:visited{color: #005a87; text-decoration:none;}
A.enter:hover{color: #5598ca; text-decoration:underline;}
