body
{
	text-align: center;
	vertical-align: center;
	font-family: "Lucida Console", "Courier New";
}

#chatbox
{
	display: inline-block;
	align-self: center;
	text-align: left;
	height:300px;
	width:50%;
	border:1px solid #ccc;
	overflow: auto;
}

#textbox
{
	width: 43%;
}

.input
{
	vertical-align: top;
}

.catpic
{
	vertical-align: top;
}