body{
	background-color: #444444;
	text-align:center;
	color:#aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	}
	a{color:#eeeeee;}

	#gloathchatbox {
		border:1px solid #777777;
		position: absolute;
    height: 95%;
    width: 22%;
    right: 0;
    bottom: 0;
    background-color: #555555;
    margin: 1%;
	border-radius:0.32em;
	overflow: scroll;
	
	}
	#image {width:50%;}
	#chatHeaderDiv{
		position:sticky;
		top:0;
		width: 100%;;
		background-color: #444444;
	}
	#chatHeaderDiv h3{
		padding-top:0.32em;
		padding-bottom:0.32em;
		margin:0;
	}
	#inputbox {
		position: sticky;
		bottom: 0;
		padding: 1em;
		width: 100%;
		background-color: #444444;
	}
	#postInputText{
		width:64%;
	}
	.smallChatText{font-size:70%;}
	.postDiv {
		border:1px solid #444444;
		margin-bottom:1%;
		border-radius:0.32em;
	}
	#postHistory{
		margin-bottom:3em;
	}
	.feedLink {
		border-radius:0.2em;
		border:1px solid #666666;
		background-color:#555555;
		padding:0.32em;
		margin-right:1em;
	}
	.feedLink:hover{
		cursor: pointer;
	}