#stream {
	height:600px;
	width:100%;
}
#left {
	float:left;
	width:600px;
}
#right {
	width:200px;
	float:right;
}

