@charset "utf-8";
/* CSS Document */

body{
	margin-top:70px;
	background-color:#222;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited{
	color:#F90;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#background{
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	width:450px;
	height:205px;
	background-image:url(../images/grid.png);
	background-repeat:no-repeat;
}

#streamSource{
	color:#FFF;
}

#footer {
	width: 650px;
	text-align: center;
	margin: auto;
}

.combo{
	width:150px;
}

.button{
	width:75px;
}

.installjava {
	background:url(../images/installjava.png) no-repeat;
	width:210px;
	height:83px;
	margin:auto;
	display: block;
}
