#chattatytle {
	height: 30px;
	width: 400px;
	left: 100px;
	top: 10px;
	position: relative;
	font-size: 24px;
	background-color: #4B1B18;
	font-weight: bold;
	color: #EBC2AF;
	text-align: left;
	text-indent: 10px;
	padding: 5px;
}
#mid {
	position: relative;
	width: 800px;
	top: 15px;
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#page1 {
	height: 330px;
	width: 220px;
	position: relative;
	left: 100px;
	background-color: #FFFFFF;
	vertical-align: baseline;
	font-weight: bold;
	text-align: center;
}
#page2 {
	height: 330px;
	width: 220px;
	position: relative;
	background-color: #FFFFFF;
	vertical-align: baseline;
	top: -270px;
	left: -200px;
	font-weight: bold;
	text-align: center;
	float: right;
}
#page3 {
	height: 330px;
	width: 220px;
	position: relative;
	left: 150px;
	background-color: #FFFFFF;
	vertical-align: baseline;
	top: 10px;
	font-weight: bold;
	text-align: center;
}
#page4 {
	height: 330px;
	width: 220px;
	position: relative;
	left: -150px;
	background-color: #FFFFFF;
	vertical-align: baseline;
	top: -250px;
	clear: both;
	font-weight: bold;
	text-align: center;
	float: right;
}
