body { width: 99%; overflow-x: hidden }

#site { width: 100%; }
#chatbox-main {
	width: 70%;
	float: left;
	padding: 10px;
}

#chatbox-column {
	width: 20%;
	float: right;
	padding: 10px;
}

#sidebar,#chatbox-column,#oneliner
{
        float: left;
        display: inline;
        position: relative;
        margin: 8px;
        border-width: 0px;
        border-style: solid;
        border-color: #fff;
        border-top-color: #fff; /* stupid ie */
        border-right-color: #fff;
        border-bottom-color: #fff;
/*      background-color: transparent; */
        background-image: url("http://www.bigbeatradio.com/static/themes/default/bland.png");
        text-align: center;
        display: inline;
}

#userlist {
	max-height: 300px;
	overflow-y: scroll;
}

#blah { width: 100%; }
