html, body {
    margin: 0;
    padding: 0;
	color: #FF9966;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #333333;
}

#page-container {
	width: 98%;
	margin: auto;
}

#response {
	background-color: #666666;
	border: medium solid #666666;
	height: 75%;
	width: 82%;
	border-radius:10px;
}

#user {
	float: right;
	background-color: #666666;
	border: medium solid #666666;
	height: 75%;
	width: 16%;
	border-radius: 10px;
}

#post {
	width: 82%;
	padding:5px 0px 0px;
}
