/*================================
     www.Designers-Chair.com
================================*/

body{
	font-family: Georgia, Cambria "Times New Roman", Times, Serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

dl#picture{
	background: url(../images/photo.jpg);
	position: relative;
	width: 3008px;
	height: 2000px;
}

dd{ 
	margin: 0; 
	padding: 0; 
	position: absolute; 
}

dd a:hover span {
	display: block;
	text-indent: 0;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #282828;
	font-weight: bold;
	position: absolute;
	bottom: 100%;
	margin: 0;
	padding: 5px;
}

dd a {
	position: absolute;
	text-decoration: none;
	display: block;
	border: 2px solid white;
}

dd a span {
	display: none;
}

dd a:hover {
	background: no-repeat;
}

#tag-form {
	margin-bottom: 20px;
}

#photo {
	cursor: crosshair;
}

/*================================
             Jane Doe
================================*/

dd#JaneDoe{ 
top: 206px; 
left: 302px; 
}

dd#JaneDoe a{ 
width: 134px; 
height: 120px;  
}

/*================================
             Lucy Liu
================================*/

dd#LucyLiu{ 
top: 141px; 
left: 172px; 
}

dd#LucyLiu a{ 
width: 136px; 
height: 125px; 
}

/*================================
        Fernando Colunga
================================*/

dd#FernandoColunga{
top: 107px;
left: 369px;
}

dd#FernandoColunga a{
width: 96px;
height: 84px;
}

/*================================
          John Smith
================================*/

dd#JohnSmith{
top: 16px;
left: 16px;
}

dd#JohnSmith a{
width: 119px;
height: 118px;
}

