html, body {
	height:100%;
	overflow:hidden;
}
html, body, div {
	margin:0;
	padding:0;
}
body {
	font:normal 100.01% Verdana,Arial,Geneva,Helvetica,sans-serif;
	background-color:#c0c0c0;
}
a:link, a:visited {
	color:#f00;
}
a:hover {
	text-decoration:underline;
	color:#dd6900;
}
img {
	border:0;
}
div#left {
	width:80%;
	height:85%;
	float:left;
	overflow:auto;
}
div#right {
	width:20%;
	height:85%;
	float:right;
	overflow:auto;
}
div#bottom {
	border-top:1px solid black;
	clear:both;
	width:100%;
}
ul#messages {
	margin:0;
	padding:0;
	list-style:none;
	background-color:#909090;
}
ul#online {
	margin:0;
	padding:0;
	list-style:none;
	border-left:1px solid black;
	height:95%;
}
ul#messages li, ul#online li {
	margin:0;
	font-size:0.7em;
	background-color:#c0c0c0;
	padding:2px;
}
ul#messages img {
	vertical-align:top;
}
div#sound {
	border-left:1px solid black;
	height:5%;
}
div#input {
	font-size:70%;
	margin:5px;
}
div#logs {
	height:0;
}
form#chatform {
	display:inline;
}
input#message {
	width:78%;
}
input#submit, input#quote {
	width:18%;
}
.quote{
	color:#f00;
	line-height:125%;
	background-color:#fff;
	border:1px solid #ff9;
	padding:5px;
	margin:0 10px 5px 10px
}
