@CHARSET "ISO-8859-1";

#main{
	background-image:url(/images/swirl.png);
	background-repeat:no-repeat;
	background-position: 260px 20px;
}
#title{
	padding: 15px 45px 0px 0px;
}
#text-box{
	float:left;	
	width: 375px;
	overflow: auto;
	margin: 100px 0px 0px 30px;
	padding: 5px 10px;
}
#photo{
	float:right;
	top:-105px;
	position:relative;
	background-repeat:no-repeat;
	width:405px;
	height:540px;
	z-index: 1;

}