div#stream
{
	border-left: 1px dashed white;
	border-right: 1px dashed white;

	background-position: top center;
	background-color: black;
	
	width: 550px;
	
	position: absolute;
	top: 0px;
	left: 50%;
	
	margin-left: -275px;
	margin-top: 0px;
	padding: 5px;
	
	text-align: left;
	
	font-size: 18px;
	
	overflow: hidden;
}

div#class
{
	background-image: none;
}

div#jesse
{
	width: 290px;
	height: 600px;
	position: absolute;
	top: 120px;
	left: 160px;
	
	
	background-image: url(./jesse.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
	font-size: 250px;
	color: black;
	font-style: italic;
}