body
{
	width:100%;
	height:100%;
	background-color: Black;
	margin:0px;
}

#top_line
{
	height:20px;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: 0px 8px;
}

#bottom_line
{
	margin-top:-15px;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: 0px 23px;
}

#streaming
{
	width:540px;
	text-align: right;
	margin:0px auto;
}

#streaming IMG
{
	border:none;
}


#developedBy
{
	position: absolute;
	bottom: 2px;
	text-align: right;
	color: darkgray;
	font-family:Tahoma;
	font-size: 11px;
	width:100%;
	right: 5px;
}

#developedBy A
{
	text-decoration:underline;
	color:darkgray;
}