#main {
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 100%;
	width: 100%;

}
body {
	margin: 0px;
	padding: 0px;	
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#main #center {
	margin-left: 141px;
}
#main #center #photo {
	float: left;
	position: relative;
	width: 180px;
	border: none;
}
#main #center #appart {
	margin-top: 10px;
	position: relative;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #99B6FF;
	width: 470px;
}

#main #center #text {
	width: 420px;
	position: relative;
}
#main #center #appart2 {

	margin-top: 10px;
	position: relative;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #99B6FF;
	width: 622px;
}
