body {
  text-align: center;
  min-width: 904px;
	background-color:#000;
	margin-top:40px;
}
#wrapper {
	position: relative;
  width: 904px;
  margin-left: auto;
  margin-right: auto;
}
#polaroids {
	width:904px;
	height:460px;
}
#nav {
	position: absolute;
	left:0px;
	top: 88px;
	margin:0;
	padding:0;
	list-style: none;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav li {
	background: none;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#nav li#nav-hair {width:319px;}
#nav li#nav-makeup {width:290px;}
#nav li#nav-styling {width:295px;}

#nav a, #nav a:visited {
	text-decoration: none;
	color: #000;
}
#nav a:hover {
	text-decoration: underline;
}
#nav span {
	display: none;
	position: absolute;
}
#nav a:hover span {
	display: block;
}
#nav-hair span {
	background: url(../gfx/hair-over.gif) no-repeat;
	width: 356px;
	height: 155px;
	top: -66px;
	left: -50px;
}
#nav-makeup span {
	background: url(../gfx/makeup-over.gif) no-repeat;
	width: 327px;
	height: 148px;
	top: -112px;
	left: 320px;
}
#nav-styling span {
	background: url(../gfx/styling-over.gif) no-repeat;
	width: 419px;
	height: 187px;
	top: 255px;
	left: 600px;
}
