body, html 
	{
    margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #FFFFFF;
	}
	
#pageholder 
	{
	text-align: center;
	width: 800px;
	background-position: center top;
	background-repeat: no-repeat;
	}	
	
#logo 
	{
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 50%;
  	height: 50%;
  	margin: auto; 
	}	
	
.copy 
	{
	font-family:  Avenir LT Std, Avenir LT Pro, Avenir, Gotham Light, Arial, Verdana;
	font-size: 13px;
	line-height: 24px;
	color: #7f7f7f;
	}	
	
A.link:link 
	{
	font-family:  Avenir LT Std, Avenir LT Pro, Avenir, Gotham Light, Helvetica, Arial, Verdana;
	font-size: 13px;
	line-height: 24px;
	text-decoration: underline;
	color: #7f7f7f;
	}

A.link:visited 	
	{
	font-family:  Avenir LT Std, Avenir LT Pro, Avenir, Gotham Light, Helvetica, Arial, Verdana;
	font-size: 13px;
	line-height: 24px;
	text-decoration: underline;
	color: #7f7f7f;
	}

A.link:active 	
	{
	font-family:  Avenir LT Std, Avenir LT Pro, Avenir, Gotham Light, Helvetica, Arial, Verdana;
	font-size: 13px;
	line-height: 24px;
	text-decoration: underline;
	color: #7f7f7f;
	}

A.link:hover 	
	{
	font-family:  Avenir LT Std, Avenir LT Pro, Avenir, Gotham Light, Helvetica, Arial, Verdana;
	font-size: 13px;
	line-height: 24px;
	text-decoration: none;
	color: #7f7f7f;
	}
