﻿body 
{
	background-color: #000000;
	margin: 100px 0px;
}
#holder
{
    width: 520px;
    margin: 0px AUTO;
}

/*##### Private Image Swap #####*/
#private
{
	width: 154px;
	margin: 0px;
	padding: 0;
	list-style: none;
}
	
#private li a
{
	height: 154px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 235px;
	text-decoration: none;
}	
	
#private li a:link, #private li a:visited
{
	color: #fff;
	display: block;
	background:  url(../images/private-img.png) 0 235px;
}
	
#private li a:hover
{
	background:  url(../images/private-img.png);
}


/*##### Business Image Swap #####*/
#business
{
	width: 151px;
	margin: 0px;
	padding: 0;
	list-style: none;
}
	
#business li a
{
	height: 151px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 235px;
	text-decoration: none;
}	
	
#business li a:link, #business li a:visited
{
	color: #fff;
	display: block;
	background:  url(../images/business-img.png) 0 235px;
}
	
#business li a:hover
{
	background:  url(../images/business-img.png);
}


/*##### Business Image Swap #####*/
#login
{
	width: 215px;
	margin: 0px;
	padding: 0;
	list-style: none;
}
	
#login li a
{
	height: 215px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	text-decoration: none;
}	
	
#login li a:link, #login li a:visited
{
	color: #fff;
	display: block;
	background:  url(../images/login-img.png) 0 25px;
}
	
#login li a:hover
{
	background:  url(../images/login-img.png);
}