body { 
  text-align: center; /* IE Fix */
  margin: 120px 0 0;
	background-color: #fff;
}

p, span {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-family: Times, "Times New Roman", Georgia, Times, serif;
	letter-spacing: 1px;
}

p.stylist {
	font-size: 17px;
	text-align: right;
}

span.title {
	font-size: 19px;
	background-color: #fff;
}

p.information {
	font-size: 14px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #5893cc;
	text-decoration: none;
}
.container {
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0 auto;   /* Centers layout */
  width: 600px;     /* Total width */
}

.clients {

}

#header
 {
	margin-bottom: 65px;
	width: 590px;
}

#header .logo {
	
}

#stories
 {
}

#stories .names {
	float: left;
	width: 290px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 20px;
	background: url(/layout/images/dots.gif) no-repeat 0 14px;
}

#stories .client {
	float: left;
	width: 150px;
	overflow: hidden;
	margin-right: 10px;
}

#stories .image {
	height: 476px;
	margin-bottom: 15px;
	text-align: center;
}

#stories .buttons {
	text-align: center;	
}

.clear {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

.clear0 {
	clear: both;
	margin: 0;
	padding: 0;
}

.block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.popup {
	border: 1px solid #000;
	cursor: move;
}
#dialogue {
width: 800px;
height: 550px;
z-index:99;
background-color: #fff;
	border: 1px solid #000;
position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	}

#close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1000;
}